From bfd29316c3402d770a3b3aacf710f56528a1e3be Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Tue, 22 Feb 2022 12:33:42 +0100 Subject: [PATCH] Fix: Mute mic instead of sink twice Signed-off-by: Knut Ahlers --- bin/lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lock b/bin/lock index 32698e3..196339b 100755 --- a/bin/lock +++ b/bin/lock @@ -14,7 +14,7 @@ killall -TERM Discord || true # Mute default sink & source pactl set-sink-mute @DEFAULT_SINK@ true || true -pactl set-sink-mute @DEFAULT_SINK@ true || true +pactl set-source-mute @DEFAULT_SOURCE@ true || true i3lock -e -f -n -c 000000