This reverts commits95861b5d9fandd2c014e1c7(PR #6778), as they broke Aerospace configuration loading. Whilst the generated TOML configuration wasn't the best, it was completely valid, whereas after the aforementioned PR it was no longer valid.
27 lines
629 B
TOML
27 lines
629 B
TOML
accordion-padding = 30
|
|
after-login-command = []
|
|
after-startup-command = []
|
|
default-root-container-layout = "tiles"
|
|
default-root-container-orientation = "auto"
|
|
enable-normalization-flatten-containers = true
|
|
enable-normalization-opposite-orientation-for-nested-containers = true
|
|
exec-on-workspace-change = []
|
|
on-focus-changed = []
|
|
on-focused-monitor-changed = ["move-mouse monitor-lazy-center"]
|
|
on-window-detected = []
|
|
start-at-login = false
|
|
|
|
[gaps.outer]
|
|
bottom = 8
|
|
left = 8
|
|
right = 8
|
|
top = 8
|
|
|
|
[key-mapping]
|
|
preset = "qwerty"
|
|
|
|
[mode.main.binding]
|
|
alt-h = "focus left"
|
|
alt-j = "focus down"
|
|
alt-k = "focus up"
|
|
alt-l = "focus right"
|