From b81085a98d5514cc5e26e1ebc742e1aa979bdc0e Mon Sep 17 00:00:00 2001 From: David Ibia Date: Thu, 5 Sep 2024 22:08:09 +0100 Subject: [PATCH] feat(aerospace.toml): add new configuration block for app with app-id 'com.dmitrynikolaev.numi' to set layout to floating when window is detected --- .aerospace.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.aerospace.toml b/.aerospace.toml index 57cfa1b..2134923 100644 --- a/.aerospace.toml +++ b/.aerospace.toml @@ -213,6 +213,11 @@ check-further-callbacks = true run = 'layout tiling' +[[on-window-detected]] +if.app-id = 'com.dmitrynikolaev.numi' +check-further-callbacks = true +run = 'layout floating' + [[on-window-detected]] if.app-id = "com.github.wez.wezterm" run = "move-node-to-workspace T"