diff --git a/profiles/desktop/sway/default.nix b/profiles/desktop/sway/default.nix index 646d77c..0578312 100644 --- a/profiles/desktop/sway/default.nix +++ b/profiles/desktop/sway/default.nix @@ -47,7 +47,7 @@ { event = "lock"; command = lockCommand; } ]; timeouts = [ - { timeout = 300; command = lockCommand; } + { timeout = 900; command = lockCommand; } { timeout = 1800; command = "systemctl hybrid-sleep"; } ]; };