✨ (home/hyprland) add playerctl bindings
This commit is contained in:
parent
7becef377f
commit
2b9d4b7e18
|
@ -130,6 +130,11 @@ bind = , XF86AudioMute, exec, pamixer --sink 0 -t
|
|||
bind = , XF86AudioRaiseVolume, exec, pamixer -i 5
|
||||
bind = , XF86AudioLowerVolume, exec, pamixer -d 5
|
||||
bind = , XF86AudioMicMute, exec, pamixer --source 0 -t
|
||||
bind = , XF86AudioPlay, exec, playerctl play-pause
|
||||
bind = , XF86AudioStop, exec, playerctl stop
|
||||
bind = , XF86AudioNext, exec, playerctl next
|
||||
bind = , XF86AudioPrev, exec, playerctl previous
|
||||
|
||||
|
||||
# Switch workspaces
|
||||
bind = $mainMod, ampersand, workspace, 1
|
||||
|
|
Loading…
Reference in a new issue