From ee9cceebcf3e9d7d39991755ea6ff283737d65fc Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 5 Dec 2023 23:10:57 +0100 Subject: [PATCH] Hyprland: swaydle timeout increase --- modules/hm/swayidle.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/swayidle.nix b/modules/hm/swayidle.nix index e983b5f..3b6f1b3 100644 --- a/modules/hm/swayidle.nix +++ b/modules/hm/swayidle.nix @@ -6,7 +6,7 @@ { event = "lock"; command = "${pkgs.way-lockscreen}/bin/way-lockscreen"; } ]; timeouts = [ - { timeout = 60; command = "${pkgs.way-lockscreen}/bin/way-lockscreen"; } + { timeout = 120; command = "${pkgs.way-lockscreen}/bin/way-lockscreen"; } ]; }; }