sway: add play/pause keybind
This commit is contained in:
parent
1416ac9c5a
commit
ce44b3ce4f
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ bindsym $mod+r mode "resize"
|
|||
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bindsym XF86AudioPlay exec playerctl play-pause
|
||||
|
||||
bar {
|
||||
tray_output none
|
||||
|
|
Loading…
Add table
Reference in a new issue