From 778075f526b64c893190dcbc3c85c3bc977f75bf Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 6 Sep 2021 17:49:37 +0200 Subject: [PATCH] picom: exclude dimmer from shadow --- dotfiles/picom.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 3bc233e..d3c6506 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -47,4 +47,6 @@ wintypes: splash = { fade = true; shadow = true; }; dialog = { fade = true; shadow = true; }; }; - +shadow-exclude = [ + "class_i = 'xss-dimmer'" +];