change the root container of a workspace
Is there a way in i3 to change the root container of a workspace?
For example, we have root container A, A has two children B1 and B2, and B1 has two children C1 and C2.
Can I change the root container to one of A's children(B1/B2) or grandchildren(C1/C2)?
This is like maximize a container, while still being able to working on it -- create sub-containers and whatever we can do on a brand new workspace.
The reason why "tabbed" mode won't fit is that I want to keep a specific layout while temporarily maximize a part of the layout(a container) and later change back.
If you've ever used "clfswm", that's what I am looking for.
I am not sure I understand your question, but does https://faq.i3wm.org/question/100/how-can-i-move-a-workspace/ help?
Hi joepd, thanks for your answer, I've updated the question. The link you've provided is not quite I need.