diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-10 22:58:02 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-10 22:58:02 +0200 |
commit | 4edce2588fe000da0a931fa96b52f08ef6da6781 (patch) | |
tree | 2dcaaa4a0bf9e5a7a4547b735f621c92b8a9f3ed | |
parent | 1bbcf703fcdf2432b6fe2c81b6e2e452a8bdb19e (diff) |
added keybind for mplay
-rw-r--r-- | config/hyprland/hypr/binds.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/hyprland/hypr/binds.conf b/config/hyprland/hypr/binds.conf index ba91e01..9219f84 100644 --- a/config/hyprland/hypr/binds.conf +++ b/config/hyprland/hypr/binds.conf @@ -128,6 +128,7 @@ bind =, O, exec, mpower source = ./reset-submap.conf submap = reset +bind = $mainMod SHIFT, M, exec, mplay bind =, XF86AudioLowerVolume, exec, pamixer -d 5 bind =, XF86AudioRaiseVolume, exec, pamixer -i 5 bind =, XF86AudioMute, exec, pamixer -t |