diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/hyprland/hypr/binds.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/hyprland/hypr/binds.conf b/config/hyprland/hypr/binds.conf index fb3846e..315a9dd 100644 --- a/config/hyprland/hypr/binds.conf +++ b/config/hyprland/hypr/binds.conf @@ -24,6 +24,10 @@ binde = $mainMod, L, movefocus, r binde = $mainMod, SPACE, swapnext bind = $mainMod SHIFT, E, movewindow, mon:+1 bind = $mainMod SHIFT, W, movewindow, mon:-1 +bind = $mainMod CTRL, E, movewindow, mon:+1 +bind = $mainMod CTRL, E, focusmonitor, -1 +bind = $mainMod CTRL, W, movewindow, mon:-1 +bind = $mainMod CTRL, W, focusmonitor, +1 binde = $mainMod SHIFT, H, resizeactive, -60 0 binde = $mainMod SHIFT, J, resizeactive, 0 60 |