mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 02:48:15 +00:00
[aerospace] Update config for RDP app
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user