From bfd66e3907bcdc84c84988bd777f4819eb49c0e8 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Fri, 4 Oct 2024 09:54:04 +0200 Subject: [PATCH] feat: hypridle --- 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..f7dba8c 100644 --- a/modules/home-manager/hypridle.nix +++ b/modules/home-manager/hypridle.nix @@ -10,7 +10,7 @@ listener = [ { - timeout = 150; # 2.5min. + timeout = 300; # 5min on-timeout = "brightnessctl -s set 10"; # set monitor backlight to minimum, avoid 0 on OLED monitor. on-resume = "brightnessctl -r"; # monitor backlight restore. }