From 826077bbccce3b8f4436a7c533f8c7ebadd04b82 Mon Sep 17 00:00:00 2001 From: Aqa-Ib Date: Wed, 10 Jan 2024 15:02:41 +0100 Subject: [PATCH] fix bug caused by xwaylandvideobridge example configuration (#435) * fix bug * get the window out of the way since we are hacking it, may as well add those lines * oops --- pages/Useful Utilities/Screen-Sharing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/Useful Utilities/Screen-Sharing.md b/pages/Useful Utilities/Screen-Sharing.md index 0cc5af8..9b856d3 100644 --- a/pages/Useful Utilities/Screen-Sharing.md +++ b/pages/Useful Utilities/Screen-Sharing.md @@ -24,6 +24,7 @@ Note that Hyprland currently doesn't support the way it tries to hide the main w ```ini windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$ windowrulev2 = noanim,class:^(xwaylandvideobridge)$ -windowrulev2 = nofocus,class:^(xwaylandvideobridge)$ windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$ +windowrulev2 = maxsize 1 1,class:^(xwaylandvideobridge)$ +windowrulev2 = noblur,class:^(xwaylandvideobridge)$ ```