diff --git a/home-manager/sway/default.nix b/home-manager/sway/default.nix index 90cdda8..e94f023 100644 --- a/home-manager/sway/default.nix +++ b/home-manager/sway/default.nix @@ -49,8 +49,8 @@ in { event = "before-sleep"; command = lock_command; } ]; timeouts = [ - { timeout = 300; command = "${swaymsg} output '*' power off"; resumeCommand = "${swaymsg} output '*' power on"; } - { timeout = 900; command = lock_command; } + { timeout = 900; command = "${swaymsg} output '*' power off"; resumeCommand = "${swaymsg} output '*' power on"; } + { timeout = 1000; command = lock_command; } ]; };