diff options
| -rw-r--r-- | mac/.config/aerospace/aerospace.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mac/.config/aerospace/aerospace.toml b/mac/.config/aerospace/aerospace.toml index 86f66d2..b2bb8ef 100644 --- a/mac/.config/aerospace/aerospace.toml +++ b/mac/.config/aerospace/aerospace.toml @@ -332,6 +332,10 @@ if.app-id = 'com.colliderli.iina' run = ['move-node-to-workspace 14'] [[on-window-detected]] +if.app-id = 'com.apple.QuickTimePlayerX' +run = ['move-node-to-workspace 14'] + +[[on-window-detected]] if.app-id = 'com.apple.Music' run = ['move-node-to-workspace 15'] |
