diff --git a/de/hypr/hyprland.conf.d/bindings.conf b/de/hypr/hyprland.conf.d/bindings.conf index 909dade..7d3ad8e 100644 --- a/de/hypr/hyprland.conf.d/bindings.conf +++ b/de/hypr/hyprland.conf.d/bindings.conf @@ -91,6 +91,12 @@ bind = $mainMod+CONTROL+SHIFT, down, hy3:movewindow, d, once, visible bind = $mainMod+CONTROL+SHIFT, up, hy3:movewindow, u, once, visible bind = $mainMod+CONTROL+SHIFT, right, hy3:movewindow, r, once, visible +# Resizing windows +binde = $mainMod+ALT, right, resizeactive, 30 0 +binde = $mainMod+ALT, left, resizeactive, -30 0 +binde = $mainMod+ALT, up, resizeactive, 0 -30 +binde = $mainMod+ALT, down, resizeactive, 0 30 + bind = $mainMod, 10, workspace, 1 bind = $mainMod, 11, workspace, 2 bind = $mainMod, 12, workspace, 3