mirror of
https://github.com/boxpositron/absolute-dotfiles.git
synced 2026-02-28 11:40:37 +00:00
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:
@@ -27,7 +27,7 @@ enable-normalization-opposite-orientation-for-nested-containers = true
|
|||||||
accordion-padding = 60
|
accordion-padding = 60
|
||||||
|
|
||||||
# Possible values: tiles|accordion
|
# Possible values: tiles|accordion
|
||||||
default-root-container-layout = 'tiles'
|
default-root-container-layout = 'accordion'
|
||||||
|
|
||||||
# Possible values: horizontal|vertical|auto
|
# Possible values: horizontal|vertical|auto
|
||||||
# 'auto' means: wide monitor (anything wider than high) gets horizontal orientation,
|
# 'auto' means: wide monitor (anything wider than high) gets horizontal orientation,
|
||||||
@@ -201,10 +201,25 @@ cmd-alt-h = [] #
|
|||||||
check-further-callbacks = true
|
check-further-callbacks = true
|
||||||
run = 'layout tiling'
|
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]]
|
[[on-window-detected]]
|
||||||
if.app-id = "com.github.wez.wezterm"
|
if.app-id = "com.github.wez.wezterm"
|
||||||
run = "move-node-to-workspace T"
|
run = "move-node-to-workspace T"
|
||||||
|
|
||||||
|
[[on-window-detected]]
|
||||||
|
if.app-id = "com.postmanlabs.mac"
|
||||||
|
run = "move-node-to-workspace T"
|
||||||
|
|
||||||
[[on-window-detected]]
|
[[on-window-detected]]
|
||||||
if.app-id = "net.whatsapp.WhatsApp"
|
if.app-id = "net.whatsapp.WhatsApp"
|
||||||
@@ -230,5 +245,3 @@ run = "move-node-to-workspace 2"
|
|||||||
if.app-id = "md.obsidian"
|
if.app-id = "md.obsidian"
|
||||||
run = "move-node-to-workspace N"
|
run = "move-node-to-workspace N"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user