aboutsummaryrefslogtreecommitdiffstats
path: root/.compton.conf
diff options
context:
space:
mode:
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'"