From: Iain Patterson Date: Sat, 29 Jun 2013 10:28:21 +0000 (+0100) Subject: Added compton configuration. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=e5f7a9151d22af452a3485f63f9e2e34694009bb Added compton configuration. --- diff --git a/.config/compton.conf b/.config/compton.conf new file mode 100644 index 0000000..891ceb8 --- /dev/null +++ b/.config/compton.conf @@ -0,0 +1,25 @@ +# -c +shadow = true; +# -C +no-dock-shadow = true; +# -G +no-dnd-shadow = true; + +shadow-red = 0.2; +shadow-green = 0.2; +shadow-blue = 0.25; +#shadow-red = 0.33; +#shadow-green = 0.33; +#shadow-blue = 0.46; + +# -e 0.75 +frame-opacity = 0.75; + +# -f -F +fading = true; +# -D 5 +fade-in-step = 5; +fade-out-step = 5; + +paint-on-overlay = true; +unredir-if-possible = true;