hypridle: disable automatic suspension

This commit is contained in:
Nico 2025-05-03 16:16:02 +10:00
parent b1f128ade3
commit 2644ea1b7b

View file

@ -30,8 +30,3 @@ listener {
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed 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. 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
}