diff options
| -rw-r--r-- | mac/.config/aerospace/aerospace.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mac/.config/aerospace/aerospace.toml b/mac/.config/aerospace/aerospace.toml index 8e88a2b..3804744 100644 --- a/mac/.config/aerospace/aerospace.toml +++ b/mac/.config/aerospace/aerospace.toml @@ -242,6 +242,10 @@ if.app-id = 'com.microsoft.VSCode' run = ['move-node-to-workspace 4'] [[on-window-detected]] +if.app-name-regex-substring = 'vimwiki' +run = ['move-node-to-workspace 5'] + +[[on-window-detected]] if.app-id = 'com.microsoft.Excel' run = ['move-node-to-workspace 5'] @@ -262,10 +266,6 @@ if.app-id = 'com.clickup.desktop-app' run = ['move-node-to-workspace 6'] [[on-window-detected]] -if.app-name-regex-substring = 'vimwiki' -run = ['move-node-to-workspace 6'] - -[[on-window-detected]] if.app-id = "md.obsidian" run = ['move-node-to-workspace 6'] |
