Adapt microphone mute keybinding to Pipewire

This commit is contained in:
coolneng 2021-03-22 16:27:39 +01:00
parent 8c00c04b57
commit 2074e1d657
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-1 --toggle-mute
bindsym XF86AudioMicMute exec pulsemixer --id source-43 --toggle-mute
# Brightness
bindsym XF86MonBrightnessUp exec light -A 10
bindsym XF86MonBrightnessDown exec light -U 10