2.home-manager/tests/modules/programs/aerospace/settings-expected.toml
Austin Horstman 1e313820a3 treewide: adapt toml generator changes
Upstream formatter change in
https://github.com/NixOS/nixpkgs/pull/512319 caused tests to fail.
2026-05-02 20:19:12 -05:00

35 lines
817 B
TOML

after-login-command = []
start-at-login = false
[gaps]
[gaps.outer]
bottom = 8
left = 8
right = 8
top = 8
[mode]
[mode.main]
[mode.main.binding]
alt-enter = "exec-and-forget osascript -e '\n tell application \"Terminal\"\n do script\n activate\n end tell'\n"
alt-h = 'focus left'
alt-j = 'focus down'
alt-k = 'focus up'
alt-l = 'focus right'
[[on-window-detected]]
run = 'move-node-to-workspace 9'
[on-window-detected.if]
app-id = 'com.apple.finder'
[[on-window-detected]]
check-further-callbacks = true
run = ['layout floating', 'move-node-to-workspace S']
[on-window-detected.if]
app-id = 'com.apple.systempreferences'
app-name-regex-substring = 'settings'
during-aerospace-startup = true
window-title-regex-substring = 'substring'
workspace = 'workspace-name'