From 26e664cc33ba5d29144ade60fea5e38e44269cd3 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 3 Oct 2024 03:39:59 -0500 Subject: [PATCH] refactor(hypr): update windowrules for xwaylandvideobridge --- .../price/dots/.config/hypr/conf/core/window-rules.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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)$