aboutsummaryrefslogtreecommitdiffstats
path: root/compton
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-11-03 15:25:26 +0100
committerGravatar Tom Willemse2016-11-03 15:25:26 +0100
commit2eb9704befff9049be6fce1bd4035bd138115eba (patch)
treea383a46ca3a83ba841b2f16574cb11ac179b8cb0 /compton
parentc9dae43d21ebf7ed8cef3abc5f04c444e06dd3e8 (diff)
downloadnew-dotfiles-2eb9704befff9049be6fce1bd4035bd138115eba.tar.gz
new-dotfiles-2eb9704befff9049be6fce1bd4035bd138115eba.zip
Add compton config
Diffstat (limited to 'compton')
-rw-r--r--compton/.config/GNUmakefile6
-rw-r--r--compton/.config/compton.org10
2 files changed, 16 insertions, 0 deletions
diff --git a/compton/.config/GNUmakefile b/compton/.config/GNUmakefile
new file mode 100644
index 0000000..9017c1b
--- /dev/null
+++ b/compton/.config/GNUmakefile
@@ -0,0 +1,6 @@
+include ../../dotfiles.mk
+
+all: compton.conf
+
+%.conf: %.org
+ $(call tangle,conf)
diff --git a/compton/.config/compton.org b/compton/.config/compton.org
new file mode 100644
index 0000000..a0043cc
--- /dev/null
+++ b/compton/.config/compton.org
@@ -0,0 +1,10 @@
+Don't show shados for these windows.
+
+- mowedline :: This is my statusbar application, I make it completely
+ transparent and that makes a shadow look very out of place.
+
+#+BEGIN_SRC conf
+ shadow-exclude = [
+ "name = 'mowedline'"
+ ];
+#+END_SRC