chore(darwin): aerospace - adjust fallback behavior

This commit is contained in:
Ryan Yin
2025-05-16 23:29:17 +08:00
parent 26384a73ed
commit 9919ac8811

View File

@@ -203,10 +203,9 @@ run = 'move-node-to-workspace 1Kitty'
if.app-id = 'org.alacritty' if.app-id = 'org.alacritty'
run = 'move-node-to-workspace 2Alacritty' run = 'move-node-to-workspace 2Alacritty'
[[on-window-detected]]
# [[on-window-detected]] if.app-id = 'com.tencent.WeWorkMac'
# if.app-id = 'com.tencent.WeWorkMac' run = 'move-node-to-workspace 3Work'
# run = 'move-node-to-workspace 3Work'
[[on-window-detected]] [[on-window-detected]]
# if.app-id = 'com.tencent.WeWorkMac' # if.app-id = 'com.tencent.WeWorkMac'
@@ -272,6 +271,17 @@ run = ['layout floating', 'move-node-to-workspace 9File']
if.app-id = 'com.apple.Preview' if.app-id = 'com.apple.Preview'
run = ['layout floating', 'move-node-to-workspace 9File'] run = ['layout floating', 'move-node-to-workspace 9File']
[[on-window-detected]]
if.app-id = 'org.wireshark.Wireshark'
run = ['layout floating', 'move-node-to-workspace 0Other']
[[on-window-detected]]
if.app-id = 'ai.elementlabs.lmstudio'
run = ['layout floating', 'move-node-to-workspace 0Other']
[[on-window-detected]]
if.app-id = 'com.microsoft.VSCode'
run = ['layout floating', 'move-node-to-workspace 0Other']
# Auth UI - do not move it # Auth UI - do not move it
[[on-window-detected]] [[on-window-detected]]
@@ -286,7 +296,7 @@ run = ['layout floating']
# Make all windows float by default # Make all windows float by default
[[on-window-detected]] [[on-window-detected]]
check-further-callbacks = true check-further-callbacks = true
run = ['layout floating', 'move-node-to-workspace 0Other'] run = ['layout floating']
# ================================================================= # =================================================================
# Multiple monitor configuration # Multiple monitor configuration