From 2025ccd03c6597ac648f2eda1b017949a65d6074 Mon Sep 17 00:00:00 2001 From: nnra6864 Date: Tue, 18 Nov 2025 14:39:30 +0100 Subject: [PATCH] Utilities/Screen-Sharing: Updated XWaylandVideoBridge rule to windowrule v3 --- content/Useful Utilities/Screen-Sharing.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/content/Useful Utilities/Screen-Sharing.md b/content/Useful Utilities/Screen-Sharing.md index 441b2734..285379dc 100644 --- a/content/Useful Utilities/Screen-Sharing.md +++ b/content/Useful Utilities/Screen-Sharing.md @@ -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 +} ```