mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-06 19:58:33 +02:00
fix(niri): handle Zoom auxiliary windows
This commit is contained in:
@@ -121,6 +121,14 @@ window-rule {
|
||||
open-on-workspace "0other"
|
||||
open-floating true
|
||||
}
|
||||
window-rule {
|
||||
match app-id="^Zoom$" title="^as_toolbar$"
|
||||
open-floating true
|
||||
}
|
||||
window-rule {
|
||||
match app-id="^Zoom$" title="^zoom_linux_float_video_window$"
|
||||
open-fullscreen true
|
||||
}
|
||||
|
||||
// Notifications shows bottom right
|
||||
window-rule {
|
||||
|
||||
Reference in New Issue
Block a user