diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-29 16:42:26 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-29 16:42:26 +0900 |
| commit | 58d45f29562e95b6a1c7fafdf931aa83ba7fde03 (patch) | |
| tree | 343f94d91ee38201cad3f1de3054002f0666de9b | |
| parent | a0628e3538d2a73c4f8f081b2e421129a02b293b (diff) | |
modified aerospace/aerospace.toml
| -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'] |
