aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-11-09 23:24:32 +0530
committerkrolxon <krolyxon@tutanota.com>2025-11-09 23:24:32 +0530
commit12c41648a683dc8584b64c896754ee58efe212d7 (patch)
tree7b5955489376f62337363bdbc473fc0c8f6d2fbe /.config
parent5194264e1bd04b0f0e434f69e7aa04199ee1867f (diff)
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.
Diffstat (limited to '.config')
-rw-r--r--.config/hypr/hyprland.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 1872ea2..2b72845 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -222,11 +222,11 @@ bind = ,PRINT, exec, screenshot
# Music Controls
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, comma, exec, mpc seek -10
-bind = $mainMod SHIFT, period, exec, playerctl next
-bind = $mainMod SHIFT, comma, exec, playerctl previous
+bind = $mainMod SHIFT, period, exec, mpc next
+bind = $mainMod SHIFT, comma, exec, mpc prev
# Swap current focused window with master
bind = $mainMod, space, layoutmsg, swapwithmaster