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' + } ] ```