diff --git a/home/hypr/hypridle.conf b/home/hypr/hypridle.conf index 2c9046d1..44d282f4 100644 --- a/home/hypr/hypridle.conf +++ b/home/hypr/hypridle.conf @@ -23,12 +23,12 @@ listener { } listener { - timeout = 380 # 5.5min + timeout = 360 # 5.5min 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 = 300 # 15min + timeout = 900 # 15min on-timeout = [[ $(hostname) != "mauville" ]] && systemctl suspend # suspend pc unless on mauville }