diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-01-13 10:30:35 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-01-13 10:30:35 -0700 |
| commit | 085b4c42e6dfca8e12ebfa68a421b91feec34986 (patch) | |
| tree | b5861bfbfccaf29457fbb438b84d3765931dc6df /modules/home-manager/swayidle.nix | |
| parent | 8c717cbc5a7549f8d0c6c21b942db563c6277347 (diff) | |
fixing swaylock config
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 |
