From 9cb9b4c524c4651957d65a5067511eddeddbd288 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 10 Mar 2021 12:57:24 +0100 Subject: [PATCH] Fix microphone mute keybinding --- 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 ca4cedc..54d84aa 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-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