How make accordion the default layout for new container #994
Unanswered
diocletiann
asked this question in
questions-and-answers
Replies: 1 comment
-
As far as I understand the config, That said, I'd love a |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I have
default-root-container-layout = 'accordion'
which works initially, but it seems after a window is "moved out", new windows are tiled, and when moving one window toward another and they are both separate containers, it uses tiled layout.Stacking then requires
join-with
instead of move and it would be nice for each container to rememberaccordion
and just usemove
like in i3 ($mod+direction) when the workspace is set to "stacked" or "tabbed" layout. I also have this in my config per one of the suggestions:In case I'm not doing this correctly or explaining it well, basically I want a window that is moved in the direction of another to always stack into the destination window's container.
Beta Was this translation helpful? Give feedback.
All reactions