diff --git a/modules/desktop/sway.nix b/modules/desktop/sway.nix index 9ad16fb..21a5c35 100644 --- a/modules/desktop/sway.nix +++ b/modules/desktop/sway.nix @@ -255,12 +255,12 @@ ]; timeouts = [ { - timeout = 60 * 20; + timeout = 60 * 60 * 1; command = outputOff; resumeCommand = outputOn; } { - timeout = 60 * 60 * 3; + timeout = 60 * 60 * 4; command = suspend; } ];