▲ 2 r/swaywm
How to move a window out of a container without moving it into the adjacent container
I use sway with a top-level tabbed container. Say that I have split containers arranged in this container like so:
H[win-a win-b] H[win-c win-d]
When I focus win-b and execute move right, the new state becomes
H[win-a] H[win-b win-c, win-d]
My ideal behavior is for it to become either
H[win-a] win-b H[win-c win-d]
or
win-a win-b H[win-c win-d]
Anybody have a solution to this?
u/Fantastic-Code6225 — 3 days ago