summaryrefslogtreecommitdiff
path: root/skel/.config/compton.conf
diff options
context:
space:
mode:
Diffstat (limited to 'skel/.config/compton.conf')
-rw-r--r--skel/.config/compton.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/skel/.config/compton.conf b/skel/.config/compton.conf
new file mode 100644
index 0000000..6f27074
--- /dev/null
+++ b/skel/.config/compton.conf
@@ -0,0 +1,27 @@
+no-dnd-shadow = true;
+shadow-ignore-shaped = true;
+backend = "glx";
+clear-shadow = true;
+no-dock-shadow = true;
+shadow-radius = 10;
+shadow-offset-x = -15;
+shadow-offset-y = -15;
+menu-opacity = 0.95;
+inactive-opacity = 1.0;
+active-opacity = 1.0;
+frame-opacity = 1.0;
+inactive-dim = 0.0;
+inactive-dim-fixed = true;
+blur-background = true;
+blur-background-frame = true;
+blur-background-fixed = true;
+fading = true;
+fade-delta = 30;
+fade-in-step = 0.03;
+no-fading-openclose = true;
+xinerama-shadow-crop = true;
+shadow-red = 0.0;
+shadow-green = 0.0;
+shadow-blue = 0.0;
+shadow = true;
+shadow-opacity = 0.5;