From 642d87d443bd283107463f43981999f5d5e233c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zaborowski?= <50674647+zaborowskimichal@users.noreply.github.com> Date: Sun, 10 May 2026 16:26:02 +0200 Subject: [PATCH] Add fine and coarse window resize steps (#5717) * add additional window resize shortcuts * add additional window resize shortcuts * Use bigger difference between the steps --------- Co-authored-by: David Heinemeier Hansson --- default/hypr/bindings/tiling-v2.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/default/hypr/bindings/tiling-v2.conf b/default/hypr/bindings/tiling-v2.conf index cdb928c3..d64a7bf8 100644 --- a/default/hypr/bindings/tiling-v2.conf +++ b/default/hypr/bindings/tiling-v2.conf @@ -91,6 +91,16 @@ bindd = SUPER, code:21, Shrink window left, resizeactive, 100 0 # = key bindd = SUPER SHIFT, code:20, Shrink window up, resizeactive, 0 -100 bindd = SUPER SHIFT, code:21, Expand window down, resizeactive, 0 100 +bindd = SUPER ALT, code:20, Expand window left a little, resizeactive, -25 0 +bindd = SUPER ALT, code:21, Shrink window left a little, resizeactive, 25 0 +bindd = SUPER SHIFT ALT, code:20, Shrink window up a little, resizeactive, 0 -25 +bindd = SUPER SHIFT ALT, code:21, Expand window down a little, resizeactive, 0 25 + +bindd = SUPER CTRL, code:20, Expand window left a lot, resizeactive, -300 0 +bindd = SUPER CTRL, code:21, Shrink window left a lot, resizeactive, 300 0 +bindd = SUPER SHIFT, code:20, Shrink window up a lot, resizeactive, 0 -300 +bindd = SUPER SHIFT, code:21, Expand window down a lot, resizeactive, 0 300 + # Scroll through existing workspaces with SUPER + scroll bindd = SUPER, mouse_down, Scroll active workspace forward, workspace, e+1 bindd = SUPER, mouse_up, Scroll active workspace backward, workspace, e-1