summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-05-03 23:02:06 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-05-03 23:02:06 +0200
commitae7036922d33e5c34d4322610e13cf252e656bd7 (patch)
tree007e2d722b496c1a87a8653ec59903bc5461b077
parent2b73fed143ba14c7a759da12713ed3c69ffc83a3 (diff)
added move to monitor silent hack
-rw-r--r--config/hyprland/hypr/binds.conf4
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