💬 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
|
on-timeout = loginctl lock-session
|
||||||
}
|
}
|
||||||
|
|
||||||
listener {
|
# listener {
|
||||||
timeout = 900 # 15 min
|
# timeout = 900 # 15 min
|
||||||
on-timeout = hyprctl dispatch dpms off
|
# on-timeout = hyprctl dispatch dpms off
|
||||||
on-resume = hyprctl dispatch dpms on
|
# on-resume = hyprctl dispatch dpms on
|
||||||
}
|
# }
|
||||||
|
|
||||||
listener {
|
# listener {
|
||||||
timeout = 1800 # 30 min
|
# timeout = 1800 # 30 min
|
||||||
on-timeout = $suspend_cmd
|
# on-timeout = $suspend_cmd
|
||||||
}
|
# }
|
||||||
|
|
Loading…
Add table
Reference in a new issue