diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-10-31 14:29:16 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-10-31 14:29:16 +0530 |
| commit | f7fd319a30b5608db022683a161a8ec4fe8c73c2 (patch) | |
| tree | 048831c06bc3a66bd8fcc6ca1901e8be9342a8fe /.config/hypr/hyprland.conf | |
| parent | 85cd1bcd948c6491e2205701ad85732c31002d2b (diff) | |
hyprland: use playerctl instead of mpc
Diffstat (limited to '.config/hypr/hyprland.conf')
| -rw-r--r-- | .config/hypr/hyprland.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 2e9c088..a465278 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -218,9 +218,11 @@ bind = ,PRINT, exec, screenshot # Music Controls bind = $mainMod, m, exec, $terminal -e zsh -i -c "ncmpcpp" -bind = $mainMod, p, exec, mpc toggle -binde = $mainMod, comma, exec, mpc seek -10 -binde = $mainMod, period, exec, mpc seek +10 +bind = $mainMod, p, exec, playerctl play-pause +binde = $mainMod, period, exec, playerctl position 10+ +binde = $mainMod, comma, exec, playerctl position 10- +bind = $mainMod SHIFT, period, exec, playerctl next +bind = $mainMod SHIFT, comma, exec, playerctl previous # Swap current focused window with master bind = $mainMod, space, layoutmsg, swapwithmaster |
