From 9ddf468551d3030afae352a731ed1c2401e2d74f Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Fri, 4 Oct 2024 08:49:14 +0200 Subject: [PATCH] feat: hyprbeidl --- 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 b362766..b2e4a8c 100644 --- a/modules/home-manager/hypridle.nix +++ b/modules/home-manager/hypridle.nix @@ -10,7 +10,7 @@ listener = [ { - timeout = 150; # 2.5min. + timeout = 10; # 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. }