Fix: Mute mic instead of sink twice
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
3cff101867
commit
bfd29316c3
1 changed files with 1 additions and 1 deletions
2
bin/lock
2
bin/lock
|
@ -14,7 +14,7 @@ killall -TERM Discord || true
|
||||||
|
|
||||||
# Mute default sink & source
|
# Mute default sink & source
|
||||||
pactl set-sink-mute @DEFAULT_SINK@ true || true
|
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
|
i3lock -e -f -n -c 000000
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue