From 8cd3682a237673bbfa978d1a5f944d7835801801 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sat, 13 Jun 2020 18:22:02 -0700 Subject: [PATCH] Also bind F13 to Mic Mute --- dotfiles/config/i3/config | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/config/i3/config b/dotfiles/config/i3/config index a3122ad..3e0810d 100644 --- a/dotfiles/config/i3/config +++ b/dotfiles/config/i3/config @@ -150,6 +150,7 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id ~/bin/pactl_helper volume +5% bindsym XF86AudioLowerVolume exec --no-startup-id ~/bin/pactl_helper volume -5% bindsym XF86AudioMute exec --no-startup-id ~/bin/pactl_helper mute toggle bindsym XF86AudioMicMute exec --no-startup-id ~/bin/pactl_helper micmute toggle +bindsym F13 exec --no-startup-id ~/bin/pactl_helper micmute toggle # Screen brightness controls bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 10 bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 10