feat(hypr): implement display and keyboard backlight dimming

This commit is contained in:
2026-03-06 19:48:08 +01:00
parent b6fa9dc31e
commit 9273a6cb4d

View File

@@ -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
}