diff --git a/users/price/dots/.config/hypr/conf/core/window-rules.conf b/users/price/dots/.config/hypr/conf/core/window-rules.conf index 2bbcec31..9becad91 100644 --- a/users/price/dots/.config/hypr/conf/core/window-rules.conf +++ b/users/price/dots/.config/hypr/conf/core/window-rules.conf @@ -1,5 +1,6 @@ # Xwayland Video Bridge Rules -windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$ -windowrulev2 = noanim,class:^(xwaylandvideobridge)$ -windowrulev2 = nofocus,class:^(xwaylandvideobridge)$ -windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$ +windowrulev2 = opacity 0.0 override, class:^(xwaylandvideobridge)$ +windowrulev2 = noanim, class:^(xwaylandvideobridge)$ +windowrulev2 = noinitialfocus, class:^(xwaylandvideobridge)$ +windowrulev2 = maxsize 1 1, class:^(xwaylandvideobridge)$ +windowrulev2 = noblur, class:^(xwaylandvideobridge)$