diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-11-09 23:24:32 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-11-09 23:24:32 +0530 |
| commit | 12c41648a683dc8584b64c896754ee58efe212d7 (patch) | |
| tree | 7b5955489376f62337363bdbc473fc0c8f6d2fbe /.config/hypr/hyprland.conf | |
| parent | 5194264e1bd04b0f0e434f69e7aa04199ee1867f (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/hypr/hyprland.conf')
| -rw-r--r-- | .config/hypr/hyprland.conf | 6 |
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 |
