diff options
Diffstat (limited to 'modules/home-manager/swayidle.nix')
| -rw-r--r-- | modules/home-manager/swayidle.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home-manager/swayidle.nix b/modules/home-manager/swayidle.nix index d9fbc98..19cd171 100644 --- a/modules/home-manager/swayidle.nix +++ b/modules/home-manager/swayidle.nix @@ -16,7 +16,7 @@ { #timeout 300 timeout = 5; - command = "${dpmsCommand} off && swaylock --screenshots --clock --indicator-idle-visible --grace 10"; + command = "${dpmsCommand} off && swaylock"; resumeCommand = "${dpmsCommand} on"; } { #timeout 420 |
