diff --git a/home/darwin/aerospace/aerospace.toml b/home/darwin/aerospace/aerospace.toml index ecc80d1a..92328cf1 100644 --- a/home/darwin/aerospace/aerospace.toml +++ b/home/darwin/aerospace/aerospace.toml @@ -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