nikitabobko / AeroSpace

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

Accordion layout despite no hotkey set for it and default-root-container-layout = 'tiles' #734

Open mrkskk opened 23 hours ago

mrkskk commented 23 hours ago

I don't use Accordion layout. I don't have a hotkey to toggle it.

I default to:

default-root-container-layout = 'tiles'
default-root-container-orientation = 'auto'

Still sometimes Aerospace default to accordion layout for all my windows and the following hotkeys do not work to enter tile mode:

ctrl-alt-cmd-comma= 'layout floating tiling' will toggle floating and back to accordion ctrl-alt-cmd-semicolon = 'balance-sizes' will do nothing

Only fix it going to the terminal and entering aerospace layout tiles

What am I'm missing?

alextremblay commented 21 hours ago

I have a (probably related) inverse issue:

in my config i have

default-root-container-layout = 'tiles'
default-root-container-orientation = 'auto'

and yet every time i start up aerospace, all my workspaces start up in h_tiles layout

I don't experience the hotkeys issue @mrkskk mentions above though: my layout h_accordion keybind works just fine

So @mrkskk , maybe you're experiencing 2 different issues?

This is with aerospace v 0.15.2-Beta btw