From ddf1bb4202223a25c8666911f1351eccd0a85c1b Mon Sep 17 00:00:00 2001 From: mokou Date: Fri, 5 Jun 2020 10:25:24 +0200 Subject: [PATCH] Add mic mute toggle switch --- dot_config/sway/config | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_config/sway/config b/dot_config/sway/config index ddd8093..fdb5cfb 100644 --- a/dot_config/sway/config +++ b/dot_config/sway/config @@ -129,6 +129,7 @@ bindsym Shift+Alt+p exec ~/.config/sway/screen.sh bindsym XF86AudioMute exec pamixer -t bindsym XF86AudioRaiseVolume exec pamixer -i 5 bindsym XF86AudioLowerVolume exec pamixer -d 5 +bindsym XF86AudioMicMute exec amixer -D pulse sset Capture toggle # Brightness bindsym XF86MonBrightnessUp exec light -A 10