💬 comments(hypr): idle listeners for suspending and turning off the monitors

This commit is contained in:
Sergio Laín 2024-03-24 19:29:54 +01:00
parent b793aabf39
commit e93dcad1dc
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -12,13 +12,13 @@ listener {
on-timeout = loginctl lock-session
}
listener {
timeout = 900 # 15 min
on-timeout = hyprctl dispatch dpms off
on-resume = hyprctl dispatch dpms on
}
# listener {
# timeout = 900 # 15 min
# on-timeout = hyprctl dispatch dpms off
# on-resume = hyprctl dispatch dpms on
# }
listener {
timeout = 1800 # 30 min
on-timeout = $suspend_cmd
}
# listener {
# timeout = 1800 # 30 min
# on-timeout = $suspend_cmd
# }