From ebe3604e18640bea6de0fb7a49dd4d27bf75f0d7 Mon Sep 17 00:00:00 2001 From: mekb Date: Wed, 27 Nov 2024 16:40:19 +1100 Subject: [PATCH] :sparkles: Firefox renderunfocused --- hyprland.conf.d/window-rules.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hyprland.conf.d/window-rules.conf b/hyprland.conf.d/window-rules.conf index 57ff2f2..95b83d4 100644 --- a/hyprland.conf.d/window-rules.conf +++ b/hyprland.conf.d/window-rules.conf @@ -15,3 +15,6 @@ windowrulev2 = noanim, class:^(xwaylandvideobridge)$ windowrulev2 = noinitialfocus, class:^(xwaylandvideobridge)$ windowrulev2 = maxsize 1 1, class:^(xwaylandvideobridge)$ windowrulev2 = noblur, class:^(xwaylandvideobridge)$ + +# Prevent sites from detecting out of screen on Firefox +windowrulev2 = renderunfocused, class:^(firefox)$