aboutsummaryrefslogtreecommitdiff
path: root/compton/.config/compton.conf
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-07-14 13:23:05 -0400
committerxero <x@xero.nu>2014-07-14 13:23:05 -0400
commit56560fd597f94dfe6fe5fa79648398ab29d05775 (patch)
tree7e77d23be98b2df8ef847f49ee645085356305be /compton/.config/compton.conf
parent1434c859bcf94a0bbee88e72c8a01849d0356293 (diff)
downloaddotfiles_ascii-56560fd597f94dfe6fe5fa79648398ab29d05775.tar.xz
dotfiles_ascii-56560fd597f94dfe6fe5fa79648398ab29d05775.zip
updated repo to manage dotfiles via gnu stow, the symlink farm manager. happy birthday commit! :birthday: :sparkles:
Diffstat (limited to 'compton/.config/compton.conf')
-rw-r--r--compton/.config/compton.conf45
1 files changed, 45 insertions, 0 deletions
diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf
new file mode 100644
index 0000000..574b1e9
--- /dev/null
+++ b/compton/.config/compton.conf
@@ -0,0 +1,45 @@
+# Shadow
+shadow = false;
+no-dnd-shadow = true;
+no-dock-shadow = true;
+#clear-shadow = true;
+#shadow-radius = 7;
+#shadow-offset-x = -7;
+#shadow-offset-y = -7;
+shadow-opacity = 0.4;
+# shadow-red = 0.0;
+# shadow-green = 0.0;
+# shadow-blue = 0.0;
+shadow-exclude = [ "n:e:xfce4-notifyd" ];
+#shadow-ignore-shaped = false;
+
+# Opacity
+menu-opacity = 0.9;
+#inactive-opacity = 0.8;
+#frame-opacity = 0.7;
+inactive-opacity-override = false;
+alpha-step = 0.06;
+
+# Fading
+fading = false;
+# fade-delta = 30;
+fade-in-step = 0.03;
+fade-out-step = 0.03;
+# no-fading-openclose = true;
+
+# Other
+mark-wmwin-focused = true;
+mark-ovredir-focused = true;
+detect-rounded-corners = true;
+detect-client-opacity = true;
+#refresh-rate = 0;
+#vsync = "none";
+dbe = false;
+paint-on-overlay = false;
+sw-opti = false;
+
+# Window type settings
+wintypes:
+{
+ tooltip = { fade = true; shadow = false; opacity = 0.85; };
+};