From 9fc9b6b5c86cdd5dd3c8c6a316bfa2cfc835325d Mon Sep 17 00:00:00 2001 From: b12f Date: Fri, 30 Aug 2024 14:07:40 +0200 Subject: [PATCH] modules/graphical: increase swaylock timings --- modules/graphical/sway/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/graphical/sway/default.nix b/modules/graphical/sway/default.nix index 7a5a336..216edac 100644 --- a/modules/graphical/sway/default.nix +++ b/modules/graphical/sway/default.nix @@ -96,16 +96,16 @@ in { ]; timeouts = [ { - timeout = 120; + timeout = 300; command = "${swaylock-bg}/bin/swaylock-bg"; } { - timeout = 130; + timeout = 180; command = "${sway}/bin/swaymsg \"output * dpms off\""; resumeCommand = "${sway}/bin/swaymsg \"output * dpms on\""; } { - timeout = 300; + timeout = 600; command = "${systemd}/bin/systemctl hibernate"; } ];