diff --git a/config/hypr/hypridle.conf b/config/hypr/hypridle.conf index 04189af..8b1449e 100644 --- a/config/hypr/hypridle.conf +++ b/config/hypr/hypridle.conf @@ -14,8 +14,3 @@ listener { 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 } - -listener { - timeout = 1800 # 10min - on-timeout = systemctl sleep # go to sleep -}