From effba62a0758a13cfdc288d1c8543c74634fdac2 Mon Sep 17 00:00:00 2001 From: shmibs Date: Tue, 8 Jul 2014 11:32:24 -0700 Subject: fixed when in panel --- .compton.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.compton.conf') diff --git a/.compton.conf b/.compton.conf index 5c5c32b..7b1b036 100644 --- a/.compton.conf +++ b/.compton.conf @@ -1,6 +1,6 @@ # Shadow shadow = false -no-dock-shadow = false +no-dock-shadow = true no-dnd-shadow = true clear-shadow = true shadow-radius = 7 @@ -8,4 +8,4 @@ shadow-offset-x = -7 shadow-offset-y = -5 shadow-opacity = 1 shadow-ignore-shaped = true -shadow-exclude = "height != 16" +shadow-exclude = "window_type != 'dock'" -- cgit v1.2.3