From f3c1096133fa1d26e55245262140b072d445833c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 9 Jun 2025 16:20:29 +0200 Subject: [PATCH] Allow vertical positioning too --- default/hypr/bindings.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/default/hypr/bindings.conf b/default/hypr/bindings.conf index 58fa943..07b0863 100644 --- a/default/hypr/bindings.conf +++ b/default/hypr/bindings.conf @@ -57,9 +57,11 @@ bind = SUPER SHIFT, right, swapwindow, r bind = SUPER SHIFT, up, swapwindow, u bind = SUPER SHIFT, down, swapwindow, d -# Resize active window with mainMod + SHFT + CTRL + arrow keys -bind = SUPER, minus, resizeactive, -50 0 -bind = SUPER, equal, resizeactive, 50 0 +# Resize active window +bind = SUPER, minus, resizeactive, -100 0 +bind = SUPER, equal, resizeactive, 100 0 +bind = SUPER SHIFT, minus, resizeactive, 0 -100 +bind = SUPER SHIFT, equal, resizeactive, 0 100 # Scroll through existing workspaces with mainMod + scroll bind = SUPER, mouse_down, workspace, e+1