From 6265f9d4d38bdfa5bec8e5d8d54cf4cc3e7b4b54 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 21 Jan 2026 09:32:16 +0100 Subject: [PATCH] hyrpland: change brightness change timeout --- hm/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm/hyprland.nix b/hm/hyprland.nix index 119859b..254f955 100644 --- a/hm/hyprland.nix +++ b/hm/hyprland.nix @@ -60,7 +60,7 @@ in }; listener = [ { - timeout = 30; + timeout = 60; on-timeout = "brightnessctl -s -d intel_backlight s 10; brightnessctl -s -d tpacpi::kbd_backlight s 0"; # lower screen backlight on-resume = "brightnessctl -r -d intel_backlight; brightnessctl -r -d tpacpi::kbd_backlight"; # restore screen backlight }