diff options
Diffstat (limited to 'dotfiles/system/.local/bin/audioselect')
| -rwxr-xr-x | dotfiles/system/.local/bin/audioselect | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dotfiles/system/.local/bin/audioselect b/dotfiles/system/.local/bin/audioselect index 13ffc36..6c40d47 100755 --- a/dotfiles/system/.local/bin/audioselect +++ b/dotfiles/system/.local/bin/audioselect @@ -27,12 +27,10 @@ CHOSEN=$(echo -e "$CHOICES" | dmenu -l 10) case "$CHOSEN" in "Toggle Mute Speaker") pactl set-sink-mute 0 toggle - dwmstatus - ;; + ;; "Toggle Mute Mic") pactl set-source-mute 0 toggle - dwmstatus - ;; + ;; "Marshall Headset & Jabra Mic") bluetooth power on bluetoothctl connect $marshall_headset_device |
