aboutsummaryrefslogtreecommitdiffstats
path: root/.compton.conf
diff options
context:
space:
mode:
Diffstat (limited to '.compton.conf')
-rw-r--r--.compton.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/.compton.conf b/.compton.conf
new file mode 100644
index 0000000..1a466dc
--- /dev/null
+++ b/.compton.conf
@@ -0,0 +1,11 @@
+# Shadow
+shadow = true
+no-dock-shadow = false
+no-dnd-shadow = true
+clear-shadow = true
+shadow-radius = 10
+shadow-offset-x = -10
+shadow-offset-y = -10
+shadow-opacity = 0.85
+shadow-ignore-shaped = true
+shadow-exclude = "window_type != 'dock'"