From d41383887d541740681d30fb24538493e9049d97 Mon Sep 17 00:00:00 2001 From: CherryKitten Date: Mon, 17 Jun 2024 09:39:15 +0200 Subject: [PATCH] update screen lock timer --- profiles/desktop/sway/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } ]; };