From 5bed173d0cba14d811c001e073fe1847b42d45d5 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 2 Jun 2025 22:27:34 +0200 Subject: [PATCH] Faster --- default/hypr/bindings.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default/hypr/bindings.conf b/default/hypr/bindings.conf index 766bd0f..d2690ea 100644 --- a/default/hypr/bindings.conf +++ b/default/hypr/bindings.conf @@ -51,8 +51,8 @@ bind = SUPER SHIFT, up, swapwindow, u bind = SUPER SHIFT, down, swapwindow, d # Resize active window with mainMod + SHFT + CTRL + arrow keys -bind = SUPER SHIFT CTRL, left, resizeactive, -20 0 -bind = SUPER SHIFT CTRL, right, resizeactive, 20 0 +bind = SUPER SHIFT CTRL, left, resizeactive, -50 0 +bind = SUPER SHIFT CTRL, right, resizeactive, 50 0 # Scroll through existing workspaces with mainMod + scroll bind = SUPER, mouse_down, workspace, e+1