From 4452de9133350a4af27b7b56b7d05f7f85f81071 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 9 Jun 2025 16:17:36 +0200 Subject: [PATCH] Use SUPER +/= for shrinking/increasing tiles --- 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 dde79c4..58fa943 100644 --- a/default/hypr/bindings.conf +++ b/default/hypr/bindings.conf @@ -58,8 +58,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, -50 0 -bind = SUPER SHIFT CTRL, right, resizeactive, 50 0 +bind = SUPER, minus, resizeactive, -50 0 +bind = SUPER, equal, resizeactive, 50 0 # Scroll through existing workspaces with mainMod + scroll bind = SUPER, mouse_down, workspace, e+1