aboutsummaryrefslogtreecommitdiffstats
path: root/.compton.conf
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2014-07-08 11:32:24 -0700
committershmibs <shmibs@gmail.com>2014-07-08 11:32:24 -0700
commiteffba62a0758a13cfdc288d1c8543c74634fdac2 (patch)
tree3f20086ff186eeb0f37d21ce35599a91984535c6 /.compton.conf
parent6e61dc69a46b676a32fb8c85fdc33223f0fbce4e (diff)
downloaddotfiles-effba62a0758a13cfdc288d1c8543c74634fdac2.tar.gz
fixed when in panel
Diffstat (limited to '.compton.conf')
-rw-r--r--.compton.conf4
1 files changed, 2 insertions, 2 deletions
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'"