diff --git a/src/config_parser.c b/src/config_parser.c index f197c39d..bbd59a45 100644 --- a/src/config_parser.c +++ b/src/config_parser.c @@ -1070,7 +1070,7 @@ void parse_file(const char *f) { char *argv[] = { NULL, /* will be replaced by the executable path */ "-f", - config.font.pattern, + (config.font.pattern ? config.font.pattern : "fixed"), "-t", (context->has_errors ? "error" : "warning"), "-m",