mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-29 22:37:12 +02:00
fix(niri): handle Zoom auxiliary windows
This commit is contained in:
@@ -121,6 +121,14 @@ window-rule {
|
|||||||
open-on-workspace "0other"
|
open-on-workspace "0other"
|
||||||
open-floating true
|
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
|
// Notifications shows bottom right
|
||||||
window-rule {
|
window-rule {
|
||||||
|
|||||||
Reference in New Issue
Block a user