hypridle: disable sleep timeout

This commit is contained in:
Aly Raffauf 2024-03-24 18:12:22 -04:00
parent a4d138deef
commit 4f1bb90825

View file

@ -28,7 +28,7 @@ listener {
on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
}
listener {
timeout = 600 # 30min
on-timeout = systemctl suspend # suspend pc
}
# listener {
# timeout = 600 # 30min
# on-timeout = systemctl suspend # suspend pc
# }