diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-18 11:20:12 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-18 11:20:40 +0200 |
commit | 00ec1553e919e8b4f02e4f27d73bfac4c5c31494 (patch) | |
tree | 714dd264bd7015a1ea02a0fa1804bb5d816d929b /config | |
parent | 776a138c1ac117f4eb6a52cd127bd840689d159a (diff) |
made dmpas into menuscript
Diffstat (limited to 'config')
-rw-r--r-- | config/hyprland/hypr/binds.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/hyprland/hypr/binds.conf b/config/hyprland/hypr/binds.conf index 01abc75..2e597a2 100644 --- a/config/hyprland/hypr/binds.conf +++ b/config/hyprland/hypr/binds.conf @@ -81,7 +81,7 @@ bind =, G, exec, mpassgen bind =, H, exec, dmhelp bind =, I, exec, mapimg bind =, L, exec, dmlang -bind =, M, exec, dmpass +bind =, M, exec, mpass bind =, P, exec, dmpdf bind =, O, exec, mpower bind =, U, exec, mcurs @@ -95,13 +95,12 @@ bind = $mainMod, G, exec, mpassgen bind = $mainMod, H, exec, dmhelp bind = $mainMod, I, exec, mapimg bind = $mainMod, L, exec, dmlang -bind = $mainMod, M, exec, dmpass +bind = $mainMod, M, exec, mpass bind = $mainMod, P, exec, dmpdf bind = $mainMod, O, exec, mpower bind = $mainMod, U, exec, mcurs bind = $mainMod, V, exec, mvid source = ./reset-submap.conf -source = ./reset-submap.conf submap = reset bind =, XF86AudioLowerVolume, exec, pamixer -d 5 |