feat(aerospace.toml): add new configuration block for app with app-id 'com.dmitrynikolaev.numi' to set layout to floating when window is detected

This commit is contained in:
David Ibia
2024-09-05 22:08:09 +01:00
parent f1586b98fb
commit b81085a98d

View File

@@ -213,6 +213,11 @@ check-further-callbacks = true
run = 'layout tiling' run = 'layout tiling'
[[on-window-detected]]
if.app-id = 'com.dmitrynikolaev.numi'
check-further-callbacks = true
run = 'layout floating'
[[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"