[aerospace] Update config for RDP app

This commit is contained in:
2026-01-17 22:08:17 +00:00
parent a57503f372
commit 12590e3547

View File

@@ -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']