From edd502b1464f6d112fb7e255b9e973a98cbcbac8 Mon Sep 17 00:00:00 2001 From: David Ibia Date: Thu, 22 Aug 2024 16:43:24 +0100 Subject: [PATCH] feat(aerospace.toml): add new configuration to run 'layout tiling' when a window is detected --- .aerospace.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.aerospace.toml b/.aerospace.toml index 7f4dcd1..3f27502 100644 --- a/.aerospace.toml +++ b/.aerospace.toml @@ -197,6 +197,9 @@ alt-shift-l = ['join-with right', 'mode main'] cmd-h = [] # Disable "hide application" cmd-alt-h = [] # +[[on-window-detected]] +check-further-callbacks = true +run = 'layout tiling' [[on-window-detected]] if.app-id = "com.github.wez.wezterm"