From 561dc18764620acee289b89f3ccf48c09d32af45 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 3 Sep 2023 11:01:18 +0900 Subject: fix(home/gui): swaylock: disable grace --- home/profiles/gui/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/profiles') diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix index f6feafc..8ed2409 100644 --- a/home/profiles/gui/default.nix +++ b/home/profiles/gui/default.nix @@ -154,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} --grace 5"; } + { timeout = 300; command = lockCommand; } # 10m { timeout = 600; -- cgit 1.4.1