Sway: Add a sound to mic toggle.
This commit is contained in:
parent
ed5f694c8e
commit
947f01982d
|
@ -1,7 +1,7 @@
|
|||
bindsym XF86AudioRaiseVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ +5%'
|
||||
bindsym XF86AudioLowerVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ -5%'
|
||||
bindsym XF86AudioMute exec 'pactl set-sink-mute @DEFAULT_SINK@ toggle'
|
||||
bindsym XF86AudioMicMute exec 'pactl set-source-mute @DEFAULT_SOURCE@ toggle'
|
||||
bindsym XF86AudioMute exec 'pactl set-sink-mute @DEFAULT_SINK@ toggle'
|
||||
bindsym XF86AudioMicMute exec 'swayscript notify_short; pactl set-source-mute @DEFAULT_SOURCE@ toggle'
|
||||
|
||||
bindsym XF86AudioPlay exec 'playerctl play-pause'
|
||||
bindsym XF86AudioPause exec 'playerctl pause'
|
||||
|
|
Loading…
Reference in a new issue