change some default params, and updated readme

This commit is contained in:
jon
2020-07-10 22:51:30 +02:00
parent 9ce9026e52
commit d6bc68146b
2 changed files with 19 additions and 4 deletions

View File

@ -498,10 +498,10 @@ char *parse_config(options_t *opt, const char *config_file, bool *shadow_enable,
.backend = BKEND_XRENDER,
.glx_no_stencil = false,
.transition_length = 300,
.transition_pow_x = 1.5,
.transition_pow_y = 1.5,
.transition_pow_w = 1.5,
.transition_pow_h = 1.5,
.transition_pow_x = 0.1,
.transition_pow_y = 0.1,
.transition_pow_w = 0.1,
.transition_pow_h = 0.1,
.size_transition = true,
.no_scale_down = false,
.spawn_center_screen = false,