config: set a default value for blur_radius

Update the man page to include the default values of the blur config.

Fixes #347

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2020-03-21 17:00:19 +00:00
parent 68de7b1fdf
commit 0fa0c35230
2 changed files with 4 additions and 3 deletions

View File

@ -540,7 +540,7 @@ char *parse_config(options_t *opt, const char *config_file, bool *shadow_enable,
.detect_client_opacity = false,
.blur_method = BLUR_METHOD_NONE,
.blur_radius = -1,
.blur_radius = 3,
.blur_deviation = 0.84089642,
.blur_background_frame = false,
.blur_background_fixed = false,