From c5e9e5f351e50e0c927c9f3da5308b487b3a6c63 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Thu, 8 Aug 2024 13:24:23 +0200 Subject: [PATCH] hypr -> bindings: Added window resize bindings --- de/hypr/hyprland.conf.d/bindings.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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