Is it possible to snap a window on top of an existing stack after it was resized? #530
Unanswered
laserbeam3
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Say my layout has 3 horizontal regions [A|B|C]. I can keep dragging windows on top of any of the layout places and they will resize together. I can have 3 terminals on C and a web browser on B and I can resize the space between B and C and all terminals correctly resize together. All good.
How can I place another window on top of the C stack after I resized that space? Using the keyboard shortcuts or dragging + the tiling keyboard shortcuts will snap to what's defined in the layout, not to what I manually resized to.
The only workaround I found is that I can manually drag the separator between B and C to approximately match the size of what was originally defined in the layout, and then it will grab the new window in the stack. This feels clunky and I'm wondering if there's better UX available that I can configure.
All reactions