From 83cf1b2a7fe0e21fcb8180b2a5497af465b5122f Mon Sep 17 00:00:00 2001 From: Daniel Kusai Date: Fri, 29 Nov 2024 01:44:30 +0200 Subject: [PATCH] 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. --- pages/Useful Utilities/Screen-Sharing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Useful Utilities/Screen-Sharing.md b/pages/Useful Utilities/Screen-Sharing.md index 61bdf77..e376340 100644 --- a/pages/Useful Utilities/Screen-Sharing.md +++ b/pages/Useful Utilities/Screen-Sharing.md @@ -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)$ ```