diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-24 08:32:26 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-24 08:32:26 +0900 |
| commit | ca1740e2fa6558c63b42942b52e8c81cc36cc19d (patch) | |
| tree | e4a228a2f695a4390fdb6fa462484f54664e6fc4 | |
| parent | 2bc24331a87c207487e4a8f62f64fd78c5dbf588 (diff) | |
modified aerospace/aerospace.toml
| -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'] |
