fix media keybindings
This commit is contained in:
parent
3ca3b17b24
commit
1bcd42aebf
1 changed files with 3 additions and 3 deletions
|
|
@ -130,9 +130,9 @@ bind-key XF86AudioLowerVolume "vol -"
|
|||
bind-key XF86AudioMute "vol ."
|
||||
bind-key XF86AudioMicMute "vol !"
|
||||
|
||||
bind-key M-y "playerctl play-pause"
|
||||
bind-key M-less "playerctl previous"
|
||||
bind-key M-greater "playerctl next"
|
||||
bind-key 4-y "playerctl play-pause"
|
||||
bind-key 4-less "playerctl previous"
|
||||
bind-key 4-greater "playerctl next"
|
||||
|
||||
# Autogroup some apps
|
||||
autogroup 5 "dooble,firefox,librewolf"
|
||||
Loading…
Add table
Add a link
Reference in a new issue