From 3151f8b9d4ac201182c9fcdec52e6a7724a433bc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 23 Nov 2014 00:26:12 -0600 Subject: [PATCH] Disable shadows in compton-tde by default (i.e. if no configuration file could be found) --- twin/compton-tde/compton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twin/compton-tde/compton.c b/twin/compton-tde/compton.c index 257b4c2ad..c3b0141ea 100644 --- a/twin/compton-tde/compton.c +++ b/twin/compton-tde/compton.c @@ -6291,7 +6291,7 @@ get_cfg(session_t *ps, int argc, char *const *argv, bool first_pass) { for (i = 0; i < NUM_WINTYPES; ++i) { ps->o.wintype_fade[i] = false; - ps->o.wintype_shadow[i] = true; + ps->o.wintype_shadow[i] = false; ps->o.wintype_opacity[i] = 1.0; }