diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-03 23:02:06 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-03 23:02:06 +0200 |
commit | ae7036922d33e5c34d4322610e13cf252e656bd7 (patch) | |
tree | 007e2d722b496c1a87a8653ec59903bc5461b077 | |
parent | 2b73fed143ba14c7a759da12713ed3c69ffc83a3 (diff) |
added move to monitor silent hack
-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 |