aerospace: add more tests and fix expected values

This commit is contained in:
damidoug 2025-11-14 21:06:04 +01:00 committed by Austin Horstman
parent 1ed596c638
commit c220f242cd
8 changed files with 209 additions and 78 deletions

View file

@ -8,7 +8,25 @@ right = 8
top = 8
[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"