From 5ab71ef3ec55ddcdb0ecb07fd0e67451a034a7e3 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 2 Sep 2023 12:38:56 +0900 Subject: feat(home/gui): set lock grace to 1s * 5s causes problem where the system is suspended on the grace period, which grants malicious actor to unlock the system without password on resume. --- home/profiles/gui/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix index 24b1a6a..a849dd7 100644 --- a/home/profiles/gui/default.nix +++ b/home/profiles/gui/default.nix @@ -142,7 +142,7 @@ in --show-failed-attempts \ --effect-blur 7x5 \ --effect-vignette 0.5:0.5 \ - --grace 5 \ + --grace 1 \ --fade-in 0.2''; in { -- cgit 1.4.1