Added more audio controls.
This commit is contained in:
parent
9f17e55782
commit
71c94f48f4
@ -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:
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user