chore(hypridle): Stop audio on screen sleep
This commit is contained in:
parent
06db86f656
commit
af0f1b6102
@ -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.
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user