aboutsummaryrefslogtreecommitdiffstats
path: root/.compton.conf
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2014-01-28 16:32:05 -0700
committershmibs <shmibs@gmail.com>2014-01-28 16:32:05 -0700
commitae1b43aa519aa400aa6c8aba3b459bba2fc14a7e (patch)
tree296ec68ef749f7cfec58b03a31cbe90e06d98159 /.compton.conf
parent6d1c90ba0c152e6c479cf1a70fe097e176359018 (diff)
downloaddotfiles-ae1b43aa519aa400aa6c8aba3b459bba2fc14a7e.tar.gz
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.
Diffstat (limited to '.compton.conf')
-rw-r--r--.compton.conf2
1 files changed, 1 insertions, 1 deletions
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"