aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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