summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-07 00:12:20 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-07 00:12:20 +0200
commit73239561bab41519dc618a353e90c43934f6fa96 (patch)
treed6451e9baed042d3b2187e1e1472d334e1b38f0f
parent4f6733d86991cc3ba184dd7555b1690f7a7e546d (diff)
added movewindow bind for monitor
-rw-r--r--config/hyprland/hypr/hyprland.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf
index 89e1f43..7170fa1 100644
--- a/config/hyprland/hypr/hyprland.conf
+++ b/config/hyprland/hypr/hyprland.conf
@@ -104,7 +104,9 @@ bind = $mainMod, H, movefocus, l
bind = $mainMod, J, movefocus, d
bind = $mainMod, K, movefocus, u
bind = $mainMod, L, movefocus, r
-bind = $mainMod , SPACE, swapnext
+bind = $mainMod, SPACE, swapnext
+bind = $mainMod SHIFT, E, movewindow, mon:+1
+bind = $mainMod SHIFT, W, movewindow, mon:-1
binde = $mainMod SHIFT, H, resizeactive, -60 0
binde = $mainMod SHIFT, J, resizeactive, 0 60