git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
955e5e8
)
Added compton configuration.
author
Iain Patterson
<me@iain.cx>
Sat, 29 Jun 2013 10:28:21 +0000
(11:28 +0100)
committer
Iain Patterson
<me@iain.cx>
Sat, 29 Jun 2013 10:29:32 +0000
(11:29 +0100)
.config/compton.conf
[new file with mode: 0644]
patch
|
blob
diff --git a/.config/compton.conf
b/.config/compton.conf
new file mode 100644
(file)
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;