From 2074e1d657926b45b29f9e72b2a31385fcda5dc5 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 22 Mar 2021 16:27:39 +0100 Subject: [PATCH] Adapt microphone mute keybinding to 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 54d84aa..cd538e5 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-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