Fix microphone mute keybinding

This commit is contained in:
coolneng 2021-03-10 12:57:24 +01:00
parent ff2df6e4b0
commit 9cb9b4c524
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ exec swaymsg split vertical
bindsym XF86AudioRaiseVolume exec pulsemixer --change-volume +5
bindsym XF86AudioLowerVolume exec pulsemixer --change-volume -5
bindsym XF86AudioMute exec pulsemixer --toggle-mute
bindsym XF86AudioMicMute exec pulsemixer --id source-45 --toggle-mute
bindsym XF86AudioMicMute exec pulsemixer --id source-1 --toggle-mute
# Brightness
bindsym XF86MonBrightnessUp exec light -A 10
bindsym XF86MonBrightnessDown exec light -U 10