nikitabobko / AeroSpace

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

Ability to cycle through more than two layouts #304

Open edgimar opened 4 days ago

edgimar commented 4 days ago

It seems that the current way that the layout command functions will not allow for the cycling of more than two layouts. If new layouts are introduced in the future, it would be convenient to be able to cycle between them all with a single keybinding. Even with the current layouts, it would still be convenient to cycle from h_tiles -> v_tiles -> v_accordion -> h_tiles ....

nikitabobko commented 4 days ago

It's possible to cycle through all layouts:

layout h_tiles v_tiles h_accordion v_accordion

UPD: ah, ok. It's not. The upper command will cycle betwen h_tiles and v_tiles