added audio buttons
This commit is contained in:
parent
fd3c7ac30c
commit
f0e6726728
@ -137,6 +137,13 @@ bind = $mainMod, M, exec, $XDG_CONFIG_HOME/waybar/mute-toggle.sh
|
|||||||
bind = $mainMod, J, togglesplit, # dwindle
|
bind = $mainMod, J, togglesplit, # dwindle
|
||||||
bind = $mainMod, F, fullscreen
|
bind = $mainMod, F, fullscreen
|
||||||
|
|
||||||
|
# Audio buttons
|
||||||
|
binde =, XF86AudioRaiseVolume, exec, playerctl --player=spotify,%any volume 0.05+
|
||||||
|
binde =, XF86AudioLowerVolume, exec, playerctl --player=spotify,%any volume 0.05-
|
||||||
|
bind =, XF86AudioNext, exec, playerctl --player=spotify,%any next
|
||||||
|
bind =, XF86AudioPrev, exec, playerctl --player=spotify,%any previous
|
||||||
|
bind =, XF86AudioPlay, exec, playerctl --player=spotify,%any play-pause
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, left, movefocus, l
|
bind = $mainMod, left, movefocus, l
|
||||||
bind = $mainMod, right, movefocus, r
|
bind = $mainMod, right, movefocus, r
|
||||||
|
Loading…
Reference in New Issue
Block a user