Utilities/Screen-Sharing: Updated XWaylandVideoBridge rule to windowrule v3

This commit is contained in:
nnra6864 2025-11-18 14:39:30 +01:00
parent 7d7ae2c0f2
commit 2025ccd03c

View file

@ -38,10 +38,15 @@ the same effect. See
more information. For example:
```ini
windowrule = opacity 0.0 override, class:^(xwaylandvideobridge)$
windowrule = noanim, class:^(xwaylandvideobridge)$
windowrule = noinitialfocus, class:^(xwaylandvideobridge)$
windowrule = maxsize 1 1, class:^(xwaylandvideobridge)$
windowrule = noblur, class:^(xwaylandvideobridge)$
windowrule = nofocus, class:^(xwaylandvideobridge)$
windowrule {
name = XWaylandVideoBridge
match:class = xwaylandvideobridge
no_initial_focus = true
no_focus = true
no_anim = true
no_blur = true
max_size = 1 1
opacity = 0.0
}
```