Disable shadows in compton-tde by default (i.e. if no configuration file could be found)

pull/2/head
Timothy Pearson 10 years ago
parent 534a069ee0
commit 3151f8b9d4

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

Loading…
Cancel
Save