fix: niri - float other zoom-us windows

This commit is contained in:
Ryan Yin
2026-05-03 12:22:38 +08:00
parent a80bb7bd63
commit 93c7507874

View File

@@ -100,8 +100,17 @@ window-rule {
}
window-rule {
match app-id="Zoom Workplace"
// Zoom Home Page
match title="^(Zoom Workplace)( - Free account)?$"
open-on-workspace "0other"
}
window-rule {
match app-id="Zoom Workplace"
// Zoom - other windows
exclude title="^(Zoom Workplace)( - Free account)?$"
open-on-workspace "0other"
open-floating true
}
// Notifications shows top right
window-rule {