Adapt microphone mute keybinding to new Pipewire

This commit is contained in:
coolneng 2021-03-31 14:38:55 +02:00
parent 3da6b2df9d
commit 19dd0f1f68
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-41 --toggle-mute
bindsym XF86AudioMicMute exec pulsemixer --id source-43 --toggle-mute
# Brightness
bindsym XF86MonBrightnessUp exec light -A 10
bindsym XF86MonBrightnessDown exec light -U 10