diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-16 21:29:55 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-16 21:29:55 +0200 |
commit | ff199960c985d93e1174797765c115adc7e63ba6 (patch) | |
tree | fe6584e4c6f288f23778c83e167be816a2082f41 | |
parent | 3748fc097ac5995a112da0e7f83c6c54fddb656e (diff) |
added mpc bindings
-rw-r--r-- | config/hyprland/hypr/binds.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/hyprland/hypr/binds.conf b/config/hyprland/hypr/binds.conf index a2a76a3..459080e 100644 --- a/config/hyprland/hypr/binds.conf +++ b/config/hyprland/hypr/binds.conf @@ -107,6 +107,9 @@ submap = reset bind =, XF86AudioLowerVolume, exec, pamixer -d 5 bind =, XF86AudioRaiseVolume, exec, pamixer -i 5 bind =, XF86AudioMute, exec, pamixer -t +bind =, XF86AudioPlay, exec, mpc toggle +bind =, XF86AudioNext, exec, mpc next +bind =, XF86AudioPrev, exec, mpc prev bind = $mainMod SHIFT, B, exec, killall waybar; waybar |