diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/hyprland/hypr/hyprland.conf | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index 7170fa1..72e6ec8 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -144,30 +144,28 @@ bindm = $mainMod, mouse:273, resizewindow bind = $mainMod, M, submap, menuscripts submap = menuscripts -bind=, M, exec, dmpass bind=, A, exec, dmapimg bind=, C, exec, dmclip -bind=, C, submap, reset bind=, D, exec, dmdsktp -bind=, D, submap, reset bind=, F, exec, dmfm -bind=, F, submap, reset bind=, G, exec, passgen -bind=, G, submap, reset bind=, H, exec, dmhelp -bind=, H, submap, reset bind=, L, exec, dmlang +bind=, M, exec, dmpass +bind=, P, exec, dmpdf +bind=, O, exec, dmpower +bind=, V, exec, dmvid +bind=, A, submap, reset +bind=, C, submap, reset +bind=, D, submap, reset +bind=, F, submap, reset +bind=, G, submap, reset +bind=, H, submap, reset bind=, L, submap, reset -bind=, M, exec, passmenu bind=, M, submap, reset -bind=, P, exec, dmpdf bind=, P, submap, reset -bind=, O, exec, dmpower bind=, O, submap, reset -bind=, V, exec, dmvid bind=, V, submap, reset -# , ("M-<Insert>", spawn "dmpsbm") -# , ("M-S-<Insert>", spawn "dmpsclip") submap = reset bind=, XF86AudioLowerVolume, exec, pamixer -d 5 |