From b5cd4b47c1f795c67f74ebfc3a8046b9c6ac43dc Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 25 Mar 2020 21:28:55 +0000 Subject: [PATCH] Add manual mic mute --- files/i3.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/files/i3.conf b/files/i3.conf index aae73fa..6e0f019 100644 --- a/files/i3.conf +++ b/files/i3.conf @@ -15,6 +15,7 @@ bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ to bindsym XF86AudioPause exec playerctl play-pause bindsym XF86AudioNext exec playerctl next bindsym XF86AudioPrev exec playerctl previous +bindsym $mod+XF86AudioMute exec --no-startup-id amixer set Capture toggle && amixer get Capture | grep '\[off\]' && notify-send "🎙 MIC OFF" || notify-send "🎙 MIC ON" # mute mic # Brightness bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl s +5%