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 <david@hey.com>
This commit is contained in:
Michał Zaborowski
2026-05-10 16:26:02 +02:00
committed by GitHub
co-authored by David Heinemeier Hansson
parent afcfaf6b1e
commit 642d87d443
+10
View File
@@ -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