hyprland: added binds for play previous / play next

This commit is contained in:
Aly Raffauf 2024-03-25 23:46:20 -04:00
parent 49e66aa5ea
commit e33ffbeda7

View file

@ -221,6 +221,8 @@ bind = , xf86audioraisevolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%+
bind = , xf86audiolowervolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%- bind = , xf86audiolowervolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%-
bind = , xf86audiomute, exec, wpctl set-mute @DEFAULT_SINK@ toggle bind = , xf86audiomute, exec, wpctl set-mute @DEFAULT_SINK@ toggle
bind = , xf86audioplay, exec, playerctl play-pause bind = , xf86audioplay, exec, playerctl play-pause
bind = , xf86audioprev, exec, playerctl previous
bind = , xf86audionext, exec, playerctl next
# Extra bindings for petalburg. # Extra bindings for petalburg.
bind = ,xf86launch4, exec, pp-adjuster bind = ,xf86launch4, exec, pp-adjuster