From 746013106356a201fbb4c52a283419ffb4944b45 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Fri, 4 Oct 2024 08:52:20 +0200 Subject: [PATCH] feat: switch back cooldown for brightness --- modules/home-manager/hypridle.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/hypridle.nix b/modules/home-manager/hypridle.nix index b2e4a8c..b362766 100644 --- a/modules/home-manager/hypridle.nix +++ b/modules/home-manager/hypridle.nix @@ -10,7 +10,7 @@ listener = [ { - timeout = 10; # 2.5min. + timeout = 150; # 2.5min. on-timeout = "brightnessctl -s set 10"; # set monitor backlight to minimum, avoid 0 on OLED monitor. on-resume = "brightnessctl -r"; # monitor backlight restore. }