summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2022-08-14 23:27:08 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2022-08-14 23:27:08 +0300
commit9487d1d45a76c6b5b5e5cb2870d0aeba09018e92 (patch)
tree6a1bfdf8caa8e7be9fe79f6fcf0e867801317df6 /config.def.h
parentcbd18d87e5faad8525e6cf1155cfa02b503dc512 (diff)
empty string for font2
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index e14d0b1..ccc36cb 100644
--- a/config.def.h
+++ b/config.def.h
@@ -6,7 +6,7 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "monospace:size=9:antialias=true:autohint=true";
-static char *font2[] = { };
+static char *font2[] = { "" };
static int borderpx = 2;