From c56649ca95e91a93d982b5a70d0ece702f29be5f Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 11 Mar 2022 00:01:01 +0100 Subject: [PATCH] picom: update firefox rule for not using blur background on menus --- dotfiles/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 775708e..2adb61a 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -30,7 +30,7 @@ blur-method = "dual_kawase"; blur-strength = 3; blur-background-exclude = [ "class_i = 'xss-dimmer'", - "class_g = 'Firefox' && argb && window_type *= 'menu'", + "class_g ~= '[fF]irefox' && argb && window_type *= 'menu'", "window_type != 'dock' && window_type != 'tooltip' && window_type !*= 'menu' &&