From f753debbb9385bad9212b46c12fae92cb4623e8c Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 8 Jan 2026 10:08:55 +0000 Subject: [PATCH] [aerospace] Allow finder to stay on the current workspace --- aerospace/.config/aerospace/aerospace.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aerospace/.config/aerospace/aerospace.toml b/aerospace/.config/aerospace/aerospace.toml index 91305c5..0dbb1de 100644 --- a/aerospace/.config/aerospace/aerospace.toml +++ b/aerospace/.config/aerospace/aerospace.toml @@ -261,10 +261,10 @@ run = 'move-node-to-workspace C' if.app-id = 'com.mitchellh.ghostty' run = 'move-node-to-workspace T' -# Finder windows to workspace F and float +# Finder windows float [[on-window-detected]] if.app-id = 'com.apple.finder' -run = ['move-node-to-workspace F', 'layout floating'] +run = ['layout floating'] # Telegram windows float [[on-window-detected]]