hypridle: decreased sleep time to 15min

This commit is contained in:
Aly Raffauf 2024-03-26 01:41:31 -04:00
parent 9734b80158
commit b19628384a

View file

@ -29,6 +29,6 @@ listener {
}
listener {
timeout = 600 # 30min
timeout = 300 # 15min
on-timeout = [[ $(hostname) != "mauville" ]] && systemctl suspend # suspend pc unless on mauville
}