feat(aerospace): add floating to brave and opencloud

This commit is contained in:
2025-10-14 02:12:10 +01:00
parent 5cba2ba22b
commit 627a27c83a

View File

@@ -42,6 +42,10 @@ if.app-id = 'org.mozilla.firefox'
if.window-title-regex-substring = 'Picture-in-Picture'
run = 'layout floating'
[[on-window-detected]]
if.app-id = 'com.brave.Browser'
run = 'layout floating'
[[on-window-detected]]
if.app-id = 'app.zen-browser.zen'
if.window-title-regex-substring = 'Picture-in-Picture'
@@ -64,6 +68,10 @@ run = 'layout floating'
if.app-id = 'org.wireshark.Wireshark'
run = 'layout tiling'
[[on-window-detected]]
if.app-id = 'eu.opencloud.desktop'
run = 'layout tiling'
[mode.service.binding]
u = ['reload-config', 'mode main']