From a8342f176690f5516779a58622cb6a168246bef9 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Tue, 13 May 2025 16:12:43 +0530 Subject: [PATCH] feat: Change the timeout to 5min for hyprland Signed-off-by: uttarayan21 --- home/linux/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/linux/hyprland.nix b/home/linux/hyprland.nix index a9842bc5..48b0a260 100644 --- a/home/linux/hyprland.nix +++ b/home/linux/hyprland.nix @@ -16,7 +16,7 @@ }; listener = [ { - timeout = 900; + timeout = 300; on-timeout = "hyprctl dispatch dpms off"; on-resume = "hyprctl dispatch dpms on"; }