change some default params, and updated readme
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user