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

Set workspace as floating #298

Closed caseycronyn closed 3 months ago

caseycronyn commented 3 months ago

Hello Nikita this is an excellent tiling manager, thanks for the hard work.

I was wondering if it's possible to assign a workplace as floating for all windows? For instance setting workplace 0 so that none of the windows snap there.

All best, Casey.

davibe commented 3 months ago

I thought the same. To map this request to existing concepts it could be that the configuration has a new callback like this

[on-window-change-workspace]
if.workspace_to = "x"
run = "layout float horizontal"
nikitabobko commented 3 months ago

Duplicate of #260