Added a windowrulev2 to Screen-Sharing.md (#888)

This window rule is added to xwaylandvideobridge to prevent it being focused. This is a recommendation to users who use the mentioned package.
This commit is contained in:
Daniel Kusai 2024-11-29 01:44:30 +02:00 committed by GitHub
parent 43e1073237
commit 83cf1b2a7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,4 +39,5 @@ windowrulev2 = noanim, class:^(xwaylandvideobridge)$
windowrulev2 = noinitialfocus, class:^(xwaylandvideobridge)$
windowrulev2 = maxsize 1 1, class:^(xwaylandvideobridge)$
windowrulev2 = noblur, class:^(xwaylandvideobridge)$
windowrulev2 = nofocus, class:^(xwaylandvideobridge)$
```