Pause all media players on lock, instead of just first

This commit is contained in:
Adam Goldsmith 2023-04-24 22:22:31 -04:00
parent f0c26851e5
commit 9d4844580d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
lock() {
killall -SIGHUP gpg-agent
pactl set-sink-mute @DEFAULT_SINK@ true
playerctl pause
playerctl --all-players pause
# needs i3lock-color
i3lock --ignore-empty-password --clock --indicator --show-failed-attempts \