💬 comments(hypr): idle listeners for suspending and turning off the monitors
This commit is contained in:
parent
b793aabf39
commit
e93dcad1dc
1 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
# }
|
||||
|
|
Loading…
Add table
Reference in a new issue