mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 06:33:56 -05:00
hyprland: added binds for play previous / play next
This commit is contained in:
parent
49e66aa5ea
commit
e33ffbeda7
|
@ -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 = , xf86audiomute, exec, wpctl set-mute @DEFAULT_SINK@ toggle
|
||||
bind = , xf86audioplay, exec, playerctl play-pause
|
||||
bind = , xf86audioprev, exec, playerctl previous
|
||||
bind = , xf86audionext, exec, playerctl next
|
||||
|
||||
# Extra bindings for petalburg.
|
||||
bind = ,xf86launch4, exec, pp-adjuster
|
||||
|
|
Loading…
Reference in a new issue