chore(darwin): aerospace - system settings

This commit is contained in:
Ryan Yin
2025-05-14 21:50:35 +08:00
parent 377b37ef0f
commit 9a2883f5de

View File

@@ -273,11 +273,16 @@ if.app-id = 'com.apple.Preview'
run = ['layout floating', 'move-node-to-workspace 9File']
# Auth UI
# Auth UI - do not move it
[[on-window-detected]]
if.app-id = 'com.apple.SecurityAgent'
run = ['layout floating']
# System Settings - do not move it
[[on-window-detected]]
if.app-id = 'com.apple.systempreferences'
run = ['layout floating']
# Make all windows float by default
[[on-window-detected]]
check-further-callbacks = true