chore(hypridle): Stop audio on screen sleep

This commit is contained in:
Olaf Alexander 2024-11-07 11:34:08 -06:00
parent 06db86f656
commit af0f1b6102

View File

@ -6,7 +6,7 @@ general {
listener {
timeout = 330 # 5.5 min
on-timeout = playerctl pause && hyprctl dispatch dpms off # screen off when timeout has passed
on-timeout = hyprctl dispatch dpms off && playerctl stop # screen off when timeout has passed
on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
}