fix(darwin): aerospace - do not move security agent to other workspace

This commit is contained in:
Ryan Yin
2025-05-13 16:12:19 +08:00
parent 277ef1d04b
commit 0fe00c237b

View File

@@ -268,6 +268,12 @@ run = ['layout floating', 'move-node-to-workspace 9File']
if.app-id = 'com.apple.Preview'
run = ['layout floating', 'move-node-to-workspace 9File']
# Auth UI
[[on-window-detected]]
if.app-id = 'com.apple.SecurityAgent'
run = ['layout floating']
# Make all windows float by default
[[on-window-detected]]
check-further-callbacks = true