Add microphone mute keybinding
This commit is contained in:
parent
ecace68cd6
commit
8fcd60dc0c
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,8 @@ sway_keybindings:
|
||||||
action: exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
action: exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||||
- bindsym: $mod+F5
|
- bindsym: $mod+F5
|
||||||
action: exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
action: exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||||
|
- bindsym: $mod+m
|
||||||
|
action: exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||||
|
|
||||||
# Mode resize
|
# Mode resize
|
||||||
- bindsym: '$mod+r'
|
- bindsym: '$mod+r'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue