From 5e5b253dc6665b481aa88237fd9fe37ac0a56e81 Mon Sep 17 00:00:00 2001 From: typeshaper <161598560+typeshaper@users.noreply.github.com> Date: Wed, 3 Sep 2025 16:48:30 +0300 Subject: [PATCH] change firefox class regex It wouldn't recognize Firefox with this kind of regex so browser was still transparent when it shouldn't --- default/hypr/apps/browser.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/hypr/apps/browser.conf b/default/hypr/apps/browser.conf index c24f284..330754e 100644 --- a/default/hypr/apps/browser.conf +++ b/default/hypr/apps/browser.conf @@ -1,6 +1,6 @@ # Browser types windowrule = tag +chromium-based-browser, class:([cC]hrom(e|ium)|[bB]rave-browser|Microsoft-edge|Vivaldi-stable) -windowrule = tag +firefox-based-browser, class:(Firefox|zen|librewolf) +windowrule = tag +firefox-based-browser, class:([fF]irefox|zen|librewolf) # Force chromium-based browsers into a tile to deal with --app bug windowrule = tile, tag:chromium-based-browser