feat(aerospace.toml): add new configuration to run 'layout tiling' when a window is detected

This commit is contained in:
David Ibia
2024-08-22 16:43:24 +01:00
parent 96bfe5a9ca
commit edd502b146

View File

@@ -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"