Skip to content
Discussion options

You must be logged in to vote

I think you are looking to append something like the following to your .aerospace.toml config:

[[on-window-detected]]
    if.workspace = '1'
    run = 'layout tiling'

[[on-window-detected]]
    if.workspace = '2'
    run = 'layout tiling'

[[on-window-detected]]
    if.workspace = '3'
    run = 'layout tiling'

[[on-window-detected]]
    if.workspace = '4'
    run = 'layout floating'

See also https://nikitabobko.github.io/AeroSpace/guide#dialog-heuristics.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@smaesx
Comment options

Answer selected by smaesx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants