diff options
author | shmibs <shmibs@gmail.com> | 2014-01-28 16:32:05 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-01-28 16:32:05 -0700 |
commit | ae1b43aa519aa400aa6c8aba3b459bba2fc14a7e (patch) | |
tree | 296ec68ef749f7cfec58b03a31cbe90e06d98159 | |
parent | 6d1c90ba0c152e6c479cf1a70fe097e176359018 (diff) | |
download | dotfiles-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.
-rw-r--r-- | .compton.conf | 2 |
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" |