From 5942ab076eb7a353e80b195d137bc6dc12495b80 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 18 Aug 2021 21:06:06 -0400 Subject: [PATCH] Run `playerctl pause` when locking --- .config/i3/lock.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/i3/lock.sh b/.config/i3/lock.sh index 02345ce..bfa7cd0 100755 --- a/.config/i3/lock.sh +++ b/.config/i3/lock.sh @@ -3,6 +3,7 @@ lock() { killall -SIGHUP gpg-agent pactl set-sink-mute @DEFAULT_SINK@ true + playerctl pause # needs i3lock-color i3lock --ignore-empty-password --clock --indicator --show-failed-attempts \