From 10067042c8c06bdf0f9ea35d8d2bfca27c460a48 Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 16 Sep 2026 14:52:40 +0100 Subject: [PATCH] Update Aerospace window detection to latest syntax Updated the on-window-detected configuration for Ghostty in the macOS Tiling WMs documentation. --- docs/help/macos-tiling-wms.mdx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/help/macos-tiling-wms.mdx b/docs/help/macos-tiling-wms.mdx index f3e4cd26..4d5bcd67 100644 --- a/docs/help/macos-tiling-wms.mdx +++ b/docs/help/macos-tiling-wms.mdx @@ -32,10 +32,11 @@ depending on the tiling window manager you are using. ### Aerospace ```toml -[[on-window-detected]] -if.app-id="com.mitchellh.ghostty" -run= [ - "layout tiling", +on-window-detected = [ + { + if = 'test %{app-bundle-id} = com.mitchellh.ghostty', + run = 'layout tiling' + } ] ```