From ae1b43aa519aa400aa6c8aba3b459bba2fc14a7e Mon Sep 17 00:00:00 2001 From: shmibs Date: Tue, 28 Jan 2014 16:32:05 -0700 Subject: shadows on wiboxen and nothing else the wibox is weird. when tray icons are drawn, they set properties for the entire thing, meaning "window_type != 'dock'" doesn't work for it. thus, i'm using the exact height instead, which is ugly but works. --- .compton.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.compton.conf') diff --git a/.compton.conf b/.compton.conf index ca9fc2e..2ae28b7 100644 --- a/.compton.conf +++ b/.compton.conf @@ -8,4 +8,4 @@ shadow-offset-x = -7 shadow-offset-y = -5 shadow-opacity = 1 shadow-ignore-shaped = true -shadow-exclude = "window_type != 'dock'" +shadow-exclude = "height != 16" -- cgit v1.2.3