fix(hypridle): Stop audio on powersave
This commit is contained in:
parent
b9702d5a17
commit
89388d2523
@ -6,7 +6,7 @@ general {
|
||||
|
||||
listener {
|
||||
timeout = 330 # 5.5 min
|
||||
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
|
||||
on-timeout = playerctl pause && hyprctl dispatch dpms off # screen off when timeout has passed
|
||||
on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
|
||||
}
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
"tooltip": false
|
||||
},
|
||||
"wireplumber": {
|
||||
"format": "{icon} {volume}%",
|
||||
"format": "{icon} {volume}%",
|
||||
"format-muted": " ",
|
||||
"format-icons": ["", "", ""],
|
||||
"tooltip": false
|
||||
|
Loading…
Reference in New Issue
Block a user