From 9a2883f5debc535edb58d3828c8e726d3b98438f Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 14 May 2025 21:50:35 +0800 Subject: [PATCH] chore(darwin): aerospace - system settings --- home/darwin/aerospace/aerospace.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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