10 lines
254 B
Org Mode
10 lines
254 B
Org Mode
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
|