From 56e89c33cf5e2937ae8c8a0ec0c66087be040282 Mon Sep 17 00:00:00 2001 From: Alexander Bell Date: Sun, 18 May 2025 13:35:47 +0200 Subject: [PATCH] blacklist firefox for transparency and blur --- .config/hypr/conf.d/theme.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/hypr/conf.d/theme.conf b/.config/hypr/conf.d/theme.conf index 887dd0e..cd24826 100644 --- a/.config/hypr/conf.d/theme.conf +++ b/.config/hypr/conf.d/theme.conf @@ -83,9 +83,9 @@ animations { } windowrules { - # Make browser not blur and have no gap - #windowrule = noblur, class:$browser - #windowrule = opaque, class:$browser + # Make browser not blur + windowrule = noblur, class:$browser + windowrule = opaque, class:$browser # Make app tooltip and small windows opaque #windowrule = opaque, class=GtkMenu