diff --git a/hypr/.config/hypr/hypridle.conf b/hypr/.config/hypr/hypridle.conf index 81e8317..0cbcad9 100644 --- a/hypr/.config/hypr/hypridle.conf +++ b/hypr/.config/hypr/hypridle.conf @@ -6,7 +6,7 @@ general { listener { timeout = 90 - on-timeout = brightnessctl -s set 10 + on-timeout = brightnessctl -s set 5 on-resume = brightnessctl -r } @@ -16,7 +16,7 @@ listener { } listener { - timeout = 150 + timeout = 120 on-timeout = hyprctl dispatch dpms off on-resume = hyprctl dispatch dpms on && brightnessctl -r }