diff options
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 |