mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: Allow use of komorebic stack when focused on stack
#391
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RaptDept on GitHub (May 26, 2024).
Is your feature request related to a problem? Please describe.
I think the process of manipulating/creating stacks from more than 2 adjacent windows could be a bit smoother.
Currently the flow is this:
komorebic stack [direction]. The focus is now on a stacked window.komorebic focus [direction of an unstacked window]. The focus is now on an unstacked window.komorebic stack [direction of the stack]I think Step 3 could be eliminated entirely. Before I understood how komorebi implemented stacking, I would instinctively attempt to use
komorebic stackwhile focused on a stack in order to bring an unfocused, adjacent window into said stack, but this doesn't work.Describe the solution you'd like
It would be great if the
stackcommand could be used when the focus is on a stacked window, in order to bring an adjacent unstacked window into the currently focused stack.