How to move a window up to the level of its parent window in i3wm

i3window-management

Suppose I have window w1, w2 open, and sub-window w1-a, w1-b with w1 as their parent window. Is there a way to move w1-a up to its parent window level?

Best Answer

I found the answer by watch the video tutorial on i3 website:

Shift+$mod+Up

Focus parent:

$mod+a

I hope this might be useful for other people who is also new to the i3wm.

Related Question