[aerospace] Allow finder to stay on the current workspace

This commit is contained in:
Andrew Williams
2026-01-08 10:08:55 +00:00
parent 176c2b9002
commit f753debbb9

View File

@@ -261,10 +261,10 @@ run = 'move-node-to-workspace C'
if.app-id = 'com.mitchellh.ghostty' if.app-id = 'com.mitchellh.ghostty'
run = 'move-node-to-workspace T' run = 'move-node-to-workspace T'
# Finder windows to workspace F and float # Finder windows float
[[on-window-detected]] [[on-window-detected]]
if.app-id = 'com.apple.finder' if.app-id = 'com.apple.finder'
run = ['move-node-to-workspace F', 'layout floating'] run = ['layout floating']
# Telegram windows float # Telegram windows float
[[on-window-detected]] [[on-window-detected]]