diff --git a/stow/.config/hypr/hypridle.conf b/stow/.config/hypr/hypridle.conf index 2b441f0..c0b68ae 100644 --- a/stow/.config/hypr/hypridle.conf +++ b/stow/.config/hypr/hypridle.conf @@ -30,8 +30,3 @@ listener { on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired. } - -listener { - timeout = 900 # 15min - on-timeout = systemctl suspend # suspend pc -}