From 2eb9704befff9049be6fce1bd4035bd138115eba Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 3 Nov 2016 15:25:26 +0100 Subject: Add compton config --- compton/.config/GNUmakefile | 6 ++++++ compton/.config/compton.org | 10 ++++++++++ 2 files changed, 16 insertions(+) create mode 100644 compton/.config/GNUmakefile create mode 100644 compton/.config/compton.org (limited to 'compton') 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 -- cgit v1.2.3-54-g00ecf