From 12590e354798adf400fca805f1711b8990e0bd31 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sat, 17 Jan 2026 22:08:17 +0000 Subject: [PATCH] [aerospace] Update config for RDP app --- aerospace/.config/aerospace/aerospace.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/aerospace/.config/aerospace/aerospace.toml b/aerospace/.config/aerospace/aerospace.toml index 671d24c..dd9cda4 100644 --- a/aerospace/.config/aerospace/aerospace.toml +++ b/aerospace/.config/aerospace/aerospace.toml @@ -316,3 +316,15 @@ run = 'layout floating' [[on-window-detected]] if.app-id = 'com.coconut-flavour.coconutBattery' run = 'layout floating' + +# Float the main window of Windows App +[[on-window-detected]] +if.app-id = 'com.microsoft.rdc.macos' +if.window-title-regex-substring = 'Devices' +run = ['move-node-to-workspace R', 'layout floating'] +check-further-callbacks = false + +# Accordian the connection windows +[[on-window-detected]] +if.app-id = 'com.microsoft.rdc.macos' +run = ['move-node-to-workspace W', 'layout v_accordion']