From 0166435ed24d8d78aa3699db5e0013a772409129 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 8 Mar 2025 10:17:23 +0100 Subject: [PATCH] Hypridle: increase lock timeout --- modules/hm/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 27ca18d..a4551a3 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -63,7 +63,7 @@ in on-resume = "brightnessctl -r -d intel_backlight; brightnessctl -r -d tpacpi::kbd_backlight"; # restore screen backlight } { - timeout = 60; + timeout = 120; on-timeout = "loginctl lock-session"; # lock screen } {