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: #