Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 819e039

Browse files
authored
Update config_sway_config.base
1 parent d455f46 commit 819e039

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dooooots/wpg/templates/config_sway_config.base

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,10 @@ bindsym $mod+r mode "resize"
334334
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume $(pacmd list-sinks |awk '/* index:/{{print $3}}') +5%
335335
bindsym XF86AudioLowerVolume exec pactl set-sink-volume $(pacmd list-sinks |awk '/* index:/{{print $3}}') -5%
336336
bindsym XF86AudioMute exec pactl set-sink-mute $(pacmd list-sinks |awk '/* index:/{{print $3}}') toggle
337+
bindsym --locked XF86AudioStop exec playerctl stop
338+
bindsym --locked XF86AudioPlay exec playerctl play-pause
339+
bindsym --locked XF86AudioNext exec playerctl next
340+
bindsym --locked XF86AudioPrev exec playerctl previous
337341
bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
338342
bindsym XF86MonBrightnessUp exec brightnessctl set +5%
339343
bindsym print exec grim $(xdg-user-dir PICTURES)/$(date +'%Y-%m-%d-%H%M%S_grim.png')

0 commit comments

Comments
 (0)