Add compton config
This commit is contained in:
parent
c9dae43d21
commit
2eb9704bef
2 changed files with 16 additions and 0 deletions
6
compton/.config/GNUmakefile
Normal file
6
compton/.config/GNUmakefile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
include ../../dotfiles.mk
|
||||||
|
|
||||||
|
all: compton.conf
|
||||||
|
|
||||||
|
%.conf: %.org
|
||||||
|
$(call tangle,conf)
|
10
compton/.config/compton.org
Normal file
10
compton/.config/compton.org
Normal 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
|
Loading…
Reference in a new issue