Add compton config

This commit is contained in:
Tom Willemse 2016-11-03 15:25:26 +01:00
parent c9dae43d21
commit 2eb9704bef
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,6 @@
include ../../dotfiles.mk
all: compton.conf
%.conf: %.org
$(call tangle,conf)

View file

@ -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