picom: make firefox menu less transparent since we cannot apply blur

This commit is contained in:
Vincent Bernat 2022-01-03 20:27:05 +01:00
parent eaa0480d9f
commit 6ff4540f50

View file

@ -21,6 +21,7 @@ opacity-rule = [
"100:class_g = 'Xss-dimmer'",
"100:window_type = 'dock'",
"100:window_type = 'utility'",
"95:class_g = 'Firefox' && argb && window_type *= 'menu'",
"85:!focused"
];