From e1236e1a14dcb6ef46025ab44a4796d988780495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 24 Mar 2024 01:15:36 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(hypr):=20add=20new=20rules=20f?= =?UTF-8?q?or=20the=20xwaylandbridge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/themes/luna/rules.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/hypr/themes/luna/rules.conf b/.config/hypr/themes/luna/rules.conf index 3918ef74..08559e94 100644 --- a/.config/hypr/themes/luna/rules.conf +++ b/.config/hypr/themes/luna/rules.conf @@ -64,8 +64,9 @@ windowrulev2 = center 1, $sideScratchpad $videobridge = class:^(.*xwaylandvideobridge.*)$ windowrulev2 = opacity 0.0 override 0.0 override, $videobridge windowrulev2 = noanim, $videobridge -windowrulev2 = nofocus, $videobridge +windowrulev2 = noblur, $videobridge windowrulev2 = noinitialfocus, $videobridge +windowrulev2 = maxsize 1 1, $videobridge $zathura = class:^(.*zathura.*)$ windowrulev2 = float, $zathura