You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A mix of yabai -m window $1 --insert <dir_sel> and yabai -m window $2 --warp $1 does not work if window $1 is a direct child or parent node of window $2.
Instead it simply swaps the windows.
The behaviour is probably in place because for this scenario a warp is a swap, but when an insert direction is given it should always warp.
The text was updated successfully, but these errors were encountered:
Bug report
A mix of
yabai -m window $1 --insert <dir_sel>
andyabai -m window $2 --warp $1
does not work if window$1
is a direct child or parent node of window$2
.Instead it simply swaps the windows.
The behaviour is probably in place because for this scenario a warp is a swap, but when an insert direction is given it should always warp.
The text was updated successfully, but these errors were encountered: