From 9273a6cb4de236bec47b3459db7e29ee85018c8e Mon Sep 17 00:00:00 2001 From: antistereov Date: Fri, 6 Mar 2026 19:48:08 +0100 Subject: [PATCH] feat(hypr): implement display and keyboard backlight dimming --- hypr/hypridle.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf index 53ebff2..ffb1ef5 100644 --- a/hypr/hypridle.conf +++ b/hypr/hypridle.conf @@ -23,7 +23,7 @@ listener { } listener { - timeout = 300 # 5.5min + timeout = 305 # 5.5min on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed on-resume = hyprctl dispatch dpms on && brightnessctl -r # screen on when activity is detected }