mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-19 14:17:26 +02:00
fix: niri - float other zoom-us windows
This commit is contained in:
@@ -100,8 +100,17 @@ window-rule {
|
|||||||
}
|
}
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id="Zoom Workplace"
|
match app-id="Zoom Workplace"
|
||||||
|
// Zoom Home Page
|
||||||
|
match title="^(Zoom Workplace)( - Free account)?$"
|
||||||
open-on-workspace "0other"
|
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
|
// Notifications shows top right
|
||||||
window-rule {
|
window-rule {
|
||||||
|
|||||||
Reference in New Issue
Block a user