aerospace: add more tests and fix expected values
This commit is contained in:
parent
1ed596c638
commit
c220f242cd
8 changed files with 209 additions and 78 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue