nikitabobko / AeroSpace

AeroSpace is an i3-like tiling window manager for macOS
https://nikitabobko.github.io/AeroSpace/guide
MIT License
6.22k stars 101 forks source link

Move an Entire Node #284

Closed chasingtheflow closed 3 months ago

chasingtheflow commented 3 months ago

Hey,

Is there a way to move an Entire node instead of just the window?

ie Can I go from

h_tiles ├── window 1 └── v_tiles (focused) ├── window 2 └── window 3

To

h_tiles └── v_tiles (focused) ├── window 2 └── window 3 ├── window 1

If feels like this should be trivial but I can't quite grasp how to do it without moving with multiple motions. Maybe what I'm asking is can I focus a node and then move the whole node the same way I would move a single window.

nikitabobko commented 3 months ago

Duplicate of #5