From 9d4844580dd38bf39a8524ba96ccf374328b9871 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 24 Apr 2023 22:22:31 -0400 Subject: [PATCH] Pause all media players on lock, instead of just first --- .config/i3/lock.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/lock.sh b/.config/i3/lock.sh index bfa7cd0..dc90f91 100755 --- a/.config/i3/lock.sh +++ b/.config/i3/lock.sh @@ -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 \