nikitabobko / AeroSpace

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

is possible disable the tiles? #595

Closed m1guer closed 1 month ago

m1guer commented 1 month ago

YOUR TEXT is possible disable the tiles and use just the workspaces?

Checklist

aerospace CLI client version: 0.15.2-Beta b6cf82771f245ab7349a93baf8709e171537ff58
AeroSpace.app server version: 0.15.2-Beta b6cf82771f245ab7349a93baf8709e171537ff58
ParisTheProgrammer commented 1 month ago

So from your question I can understand that you would like to avoid using the "Tiling" layout for windows, which is definitely doable. The only 2 remaining options are the "Accordion" layout or using floating windows. What is it that you're looking to do?

https://nikitabobko.github.io/AeroSpace/guide#layouts

nikitabobko commented 1 month ago

You can do this in your config:

[[on-window-detected]]
run = 'layout floating'

It will float all the windows by default, effectively, leaving you only with the fast workspaces

m1guer commented 1 month ago

thx