From 71c94f48f4b88fbb0660171792c2557ba67c0acb Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Sat, 8 Oct 2022 23:27:34 +0100 Subject: [PATCH] Added more audio controls. --- .config/sway/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 79d136b..2104a44 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -243,9 +243,12 @@ exec swayidle -w \ # If there are multiple scratchpad windows, this command cycles through them. bindsym $mod+minus scratchpad show # -# Microphone: +# Audio: # bindsym $mod+Tab exec toggle-mic-notify + bindsym --locked XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle + bindsym --locked XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% + bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% # # Resizing containers: #