Set up hotkeys to control the microphone
This commit is contained in:
parent
6584255458
commit
9ecd7e4222
2 changed files with 17 additions and 1 deletions
|
|
@ -241,6 +241,9 @@ bindsym XF86TouchpadToggle exec swaymsg input type:touchpad events toggle enable
|
|||
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
bindsym Shift+XF86AudioMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||
bindsym Shift+XF86AudioLowerVolume exec pactl set-source-volume @DEFAULT_SOURCE@ -5%
|
||||
bindsym Shift+XF86AudioRaiseVolume exec pactl set-source-volume @DEFAULT_SOURCE@ +5%
|
||||
|
||||
#
|
||||
# Screenshots
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue