diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf index e235a7e..69a85b8 100644 --- a/.config/hypr/hypridle.conf +++ b/.config/hypr/hypridle.conf @@ -4,6 +4,13 @@ general { after_sleep_cmd = hyprctl dispatch dpms on } +# Dim screen after 4min +listener { + timeout = 240 + on-timeout = brightnessctl -s set 10 + on-resume = brightnessctl -r +} + # Lock after 5min listener { timeout = 300