aboutsummaryrefslogtreecommitdiffstats
path: root/compton/.config/compton.org
blob: a0043cc1fef6bae85b21e9e9631c06faa8f3cc47 (plain)
1
2
3
4
5
6
7
8
9
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