add playerctl keybinds
This commit is contained in:
parent
e75ab5891a
commit
70e03d38c2
1 changed files with 5 additions and 0 deletions
|
@ -210,6 +210,11 @@ bind = , XF86AudioMute, exec, pactl set-sink-mute 0 toggle
|
||||||
bind = , XF86MonBrightnessUp, exec, brightnessctl s +100
|
bind = , XF86MonBrightnessUp, exec, brightnessctl s +100
|
||||||
bind = , XF86MonBrightnessDown, exec, brightnessctl s 100-
|
bind = , XF86MonBrightnessDown, exec, brightnessctl s 100-
|
||||||
|
|
||||||
|
# player
|
||||||
|
bindl = , XF86AudioPlay, exec, playerctl play-pause
|
||||||
|
bindl = , XF86AudioPrev, exec, playerctl previous
|
||||||
|
bindl = , XF86AudioNext, exec, playerctl next
|
||||||
|
|
||||||
# swaylock
|
# swaylock
|
||||||
bind = $mainMod CONTROL, l, exec, hyprlock
|
bind = $mainMod CONTROL, l, exec, hyprlock
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue