aboutsummaryrefslogtreecommitdiff
path: root/.config/hypr/hyprland.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/hypr/hyprland.conf')
-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