test: config: test [main].notify (spawn template)

This commit is contained in:
Daniel Eklöf 2021-12-25 23:27:23 +01:00
parent 46eea75614
commit a4af00bd8b
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -290,6 +290,8 @@ test_section_main(void)
test_uint16(&ctx, &parse_section_main, "resize-delay-ms", &conf.resize_delay_ms);
test_uint16(&ctx, &parse_section_main, "workers", &conf.render_worker_count);
test_spawn_template(&ctx, &parse_section_main, "notify", &conf.notify);
/* TODO: font (custom) */
/* TODO: include (custom) */
/* TODO: dpi-aware (enum/boolean) */
@ -297,7 +299,6 @@ test_section_main(void)
/* TODO: pad (geometry + optional string)*/
/* TODO: initial-window-size-pixels (geometry) */
/* TODO: initial-window-size-chars (geometry) */
/* TODO: notify (spawn template)*/
/* TODO: selection-target (enum) */
/* TODO: initial-window-mode (enum) */