From ae7036922d33e5c34d4322610e13cf252e656bd7 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 3 May 2023 23:02:06 +0200 Subject: added move to monitor silent hack --- config/hyprland/hypr/binds.conf | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3