diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/hyprland/hypr/hyprland.conf | 19 | 
1 files changed, 7 insertions, 12 deletions
diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index 33d266f..c570fb4 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -106,7 +106,7 @@ $mainMod = SUPER  bind = $mainMod, Return, exec, $term  bind = $mainMod, C, killactive,  -bind = $mainMod SHIFT, Q, exit,  +bind = $mainMod, Q, exit,   bind = $mainMod, F, togglefloating,   bind = $mainMod SHIFT, Return, exec, wofi -S run  bind = $mainMod SHIFT, P, pseudo, # dwindle @@ -118,17 +118,12 @@ bind = $mainMod, H, movefocus, l  bind = $mainMod, J, movefocus, d  bind = $mainMod, K, movefocus, u  bind = $mainMod, L, movefocus, r -bind = $mainMod SHIFT, J, swapnext -bind = $mainMod SHIFT, K, swapnext, prev - -bind = $mainMod, R, submap, resize -submap = resize -binde =, H, resizeactive, -30 0 -binde =, J, resizeactive, 0 30 -binde =, K, resizeactive, 0 -30 -binde =, L, resizeactive, 30 0 -bind = $mainMod, R , submap, reset -submap = reset +bind = $mainMod , SPACE, swapnext + +binde = $mainMod SHIFT, H, resizeactive, -30 0 +binde = $mainMod SHIFT, J, resizeactive, 0 30 +binde = $mainMod SHIFT, K, resizeactive, 0 -30 +binde = $mainMod SHIFT, L, resizeactive, 30 0  bind = $mainMod, 1, workspace, 1  bind = $mainMod, 2, workspace, 2  | 
