diff options
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/gui/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix index a849dd7..f6feafc 100644 --- a/home/profiles/gui/default.nix +++ b/home/profiles/gui/default.nix @@ -142,7 +142,6 @@ in --show-failed-attempts \ --effect-blur 7x5 \ --effect-vignette 0.5:0.5 \ - --grace 1 \ --fade-in 0.2''; in { @@ -155,7 +154,7 @@ in # 4m30s { timeout = 270; command = "${pkgs.libnotify}/bin/notify-send -t 30000 'Locking screen in 30 seconds'"; } # 5m - { timeout = 300; command = lockCommand; } + { timeout = 300; command = "${lockCommand} --grace 5"; } # 10m { timeout = 600; |