From 2b3a7047ccc7323a04abb494df5625a177bb0889 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Wed, 16 Feb 2022 15:26:58 +0100 Subject: [sway] enable mute button --- .config/sway/config | 1 + 1 file changed, 1 insertion(+) (limited to '.config/sway') diff --git a/.config/sway/config b/.config/sway/config index ac2dce7..d7da3d2 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -115,6 +115,7 @@ mouse_warping none # Audio # + bindsym XF86AudioMute exec amixer set Master toggle bindsym XF86AudioLowerVolume exec amixer set Master 5%- bindsym XF86AudioRaiseVolume exec amixer set Master 5%+ bindsym Shift+XF86AudioLowerVolume exec amixer set Master 1%- -- cgit v1.2.3