From 19dd0f1f6888a32d0fbb4281037914c30b0112d4 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 31 Mar 2021 14:38:55 +0200 Subject: [PATCH] Adapt microphone mute keybinding to new Pipewire --- sway/.config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index ad3982f..df60608 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -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