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