diff --git a/src/config_parser.c b/src/config_parser.c index 1cdc7acb..a3730233 100644 --- a/src/config_parser.c +++ b/src/config_parser.c @@ -1060,7 +1060,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",