]> git.sur5r.net Git - i3/i3/commitdiff
Merge branch 'master' into next
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 29 Jun 2013 21:47:29 +0000 (23:47 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 29 Jun 2013 21:47:29 +0000 (23:47 +0200)
src/config_parser.c

index f197c39d8a62274b900104e72765833185e04d43..bbd59a4572b08c47eedd6245e637708e9542ce7d 100644 (file)
@@ -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",