From d27154a17afc7c0c40148848195814adcc06be67 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Tue, 13 Jul 2021 08:01:00 +0300 Subject: Added lead as an exclusion to picom shadows --- .config/picom.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/picom.conf b/.config/picom.conf index 7080902..0b77a14 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -48,7 +48,8 @@ shadow-exclude = [ "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", - "_GTK_FRAME_EXTENTS@:c" + "_GTK_FRAME_EXTENTS@:c", + "class_g = 'lead'" ]; # Specify a X geometry that describes the region in which shadow should not -- cgit v1.2.3