diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf new file mode 100644 index 0000000..0ec6fc1 --- /dev/null +++ b/.config/hypr/hypridle.conf @@ -0,0 +1,11 @@ +listener { + timeout = 120 + on-timeout = brightnessctl -s set 10 + on-resume = brightnessctl -r +} + +listener { + timeout = 300 + on-timeout = hyprctl dispatch dpms off + on-resume = hyprctl dispatch dpms on && brightnessctl -r +}