Add support for documented --blur-* options

Handle parsing of `--blur-method`, `--blur-size` and `--blur-deviation`
in config file and as command line options as documented in the manpage.
This commit is contained in:
Bernd Busse
2019-12-20 19:07:35 +01:00
parent d8d9fdf11f
commit df1a852442
3 changed files with 56 additions and 6 deletions

View File

@ -540,6 +540,8 @@ 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_deviation = 0.84089642,
.blur_background_frame = false,
.blur_background_fixed = false,
.blur_background_blacklist = NULL,