From 6ff4540f50495c4b444cd2cad2a39cd1dc1579ac Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 3 Jan 2022 20:27:05 +0100 Subject: [PATCH] picom: make firefox menu less transparent since we cannot apply blur --- dotfiles/picom.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 4921a71..4aafa9f 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -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" ];