hyprland: revert playerctl keybinds

i am too used to using the global media control keybinds to only control
MPD, so i will just keep it that way.
This commit is contained in:
krolxon 2025-11-09 23:24:32 +05:30
parent 5194264e1b
commit 12c41648a6
1 changed files with 3 additions and 3 deletions

View File

@ -222,11 +222,11 @@ bind = ,PRINT, exec, screenshot
# Music Controls # Music Controls
bind = $mainMod, m, exec, $terminal -e zsh -i -c "ncmpcpp" bind = $mainMod, m, exec, $terminal -e zsh -i -c "ncmpcpp"
bind = $mainMod, p, exec, playerctl play-pause bind = $mainMod, p, exec, mpc toggle
binde = $mainMod, period, exec, mpc seek +10 binde = $mainMod, period, exec, mpc seek +10
binde = $mainMod, comma, exec, mpc seek -10 binde = $mainMod, comma, exec, mpc seek -10
bind = $mainMod SHIFT, period, exec, playerctl next bind = $mainMod SHIFT, period, exec, mpc next
bind = $mainMod SHIFT, comma, exec, playerctl previous bind = $mainMod SHIFT, comma, exec, mpc prev
# Swap current focused window with master # Swap current focused window with master
bind = $mainMod, space, layoutmsg, swapwithmaster bind = $mainMod, space, layoutmsg, swapwithmaster