From fb57fb4365a4ca322bf9b9baf389bdb646e1a12a Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 20 Dec 2021 21:35:19 +0100 Subject: [PATCH] picom: just disable bluring for Firefox menus... --- dotfiles/picom.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index c8c8045..dfeed7d 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -28,6 +28,7 @@ blur-method = "dual_kawase"; blur-strength = 3; blur-background-exclude = [ "class_i = 'xss-dimmer'", + "class_g = 'Firefox' && argb && window_type *= 'menu'", "window_type != 'dock' && window_type != 'tooltip' && window_type !*= 'menu' &&