hyprland: enabled suspend after 10 minutes

This commit is contained in:
Aly Raffauf 2024-03-24 01:13:50 -04:00
parent 6827e53ba6
commit 8617e48896

View file

@ -29,6 +29,6 @@ listener {
}
listener {
timeout = 1800 # 30min
timeout = 600 # 30min
on-timeout = systemctl suspend # suspend pc
}