picom: update firefox rule for not using blur background on menus

This commit is contained in:
Vincent Bernat 2022-03-11 00:01:01 +01:00
parent 1961564b0d
commit c56649ca95

View file

@ -30,7 +30,7 @@ blur-method = "dual_kawase";
blur-strength = 3; blur-strength = 3;
blur-background-exclude = [ blur-background-exclude = [
"class_i = 'xss-dimmer'", "class_i = 'xss-dimmer'",
"class_g = 'Firefox' && argb && window_type *= 'menu'", "class_g ~= '[fF]irefox' && argb && window_type *= 'menu'",
"window_type != 'dock' && "window_type != 'dock' &&
window_type != 'tooltip' && window_type != 'tooltip' &&
window_type !*= 'menu' && window_type !*= 'menu' &&