style(aerospace.toml): change default-root-container-layout value from 'tiles' to 'accordion' for consistency

feat(aerospace.toml): add new window detection rules for 'company.thebrowser.Browser' and 'com.postmanlabs.mac' applications
This commit is contained in:
David Ibia
2024-09-04 23:50:43 +01:00
parent d4cfdcafb5
commit f1586b98fb

View File

@@ -27,7 +27,7 @@ enable-normalization-opposite-orientation-for-nested-containers = true
accordion-padding = 60
# Possible values: tiles|accordion
default-root-container-layout = 'tiles'
default-root-container-layout = 'accordion'
# Possible values: horizontal|vertical|auto
# 'auto' means: wide monitor (anything wider than high) gets horizontal orientation,
@@ -201,10 +201,25 @@ cmd-alt-h = [] #
check-further-callbacks = true
run = 'layout tiling'
[[on-window-detected]]
if.app-id = 'company.thebrowser.Browser'
check-further-callbacks = true
run = 'layout floating'
[[on-window-detected]]
if.app-id = 'company.thebrowser.Browser'
if.window-title-regex-substring = '^[^Space|Little]'
check-further-callbacks = true
run = 'layout tiling'
[[on-window-detected]]
if.app-id = "com.github.wez.wezterm"
run = "move-node-to-workspace T"
[[on-window-detected]]
if.app-id = "com.postmanlabs.mac"
run = "move-node-to-workspace T"
[[on-window-detected]]
if.app-id = "net.whatsapp.WhatsApp"
@@ -230,5 +245,3 @@ run = "move-node-to-workspace 2"
if.app-id = "md.obsidian"
run = "move-node-to-workspace N"