Added more audio controls.

This commit is contained in:
Sheldon Lee 2022-10-08 23:27:34 +01:00
parent 9f17e55782
commit 71c94f48f4

View File

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