From a536ee7d475d844d46a3ec987f037bedfa023af0 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Mon, 21 Jun 2021 09:34:28 -0400 Subject: [PATCH] Toggle mic on w530 --- i3/w530.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i3/w530.conf b/i3/w530.conf index 4b9b8a2..3ee1789 100644 --- a/i3/w530.conf +++ b/i3/w530.conf @@ -5,7 +5,8 @@ bindsym XF86MonBrightnessDown exec light -U 5 # decrease screen brightness # Pulse Audio controls bindsym XF86AudioRaiseVolume exec amixer set Master 3%+ #increase sound volume bindsym XF86AudioLowerVolume exec amixer set Master 3%- #decrease sound volume -bindsym XF86AudioMute exec amixer set Master toggle # mute sound +bindsym XF86AudioMute exec amixer set Master toggle # toggle sound +bindsym XF86AudioMicMute exec amixer set Capture toggle # toggle mic # Turn off trackpad bindsym $mod+Shift+u exec sh ~/dotfiles/scripts/trackpad-toggle.sh