mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
hypridle: decreased sleep time to 15min
This commit is contained in:
parent
9734b80158
commit
b19628384a
|
@ -29,6 +29,6 @@ listener {
|
||||||
}
|
}
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 600 # 30min
|
timeout = 300 # 15min
|
||||||
on-timeout = [[ $(hostname) != "mauville" ]] && systemctl suspend # suspend pc unless on mauville
|
on-timeout = [[ $(hostname) != "mauville" ]] && systemctl suspend # suspend pc unless on mauville
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue