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"; } ];