diff --git a/users/profiles/sway/swayidle.nix b/users/profiles/sway/swayidle.nix index 1977f32..639899e 100644 --- a/users/profiles/sway/swayidle.nix +++ b/users/profiles/sway/swayidle.nix @@ -7,7 +7,7 @@ { event = "before-sleep"; command = "${scripts.lockscreen}/bin/lockscreen"; } ]; timeouts = [ -# { timeout = 60; command = ; } + { timeout = 300; command = "systemctl suspend"; } ]; }; }