From ebff38a9fa3e39d03983e7c3b4aa5736abea3f6c Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 22 Jun 2018 01:14:20 -0400 Subject: [PATCH] lock.sh: mute default pulse sink on lock --- .config/i3/lock.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/i3/lock.sh b/.config/i3/lock.sh index 363a514..a6ee73f 100755 --- a/.config/i3/lock.sh +++ b/.config/i3/lock.sh @@ -2,6 +2,7 @@ lock() { killall -SIGHUP gpg-agent + pactl set-sink-mute @DEFAULT_SINK@ true # needs i3lock-color i3lock --ignore-empty-password --clock --indicator --show-failed-attempts \