From e9be19a0736c9e07eb8bb84235a73c3f3c328738 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Wed, 22 May 2024 01:28:56 +0200 Subject: [PATCH] sway: chill outputOff --- modules/desktop/sway.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } ];