aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 0c1a957..2f6a4a4 100644
--- a/config.h
+++ b/config.h
@@ -6,6 +6,7 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Terminus:pixelsize=10:antialias=true:autohint=true";
+static char *font2[] = {"Symbola:pixelsize=12:antialias=true:autohint=true"};
static int borderpx = 2;
/*
remember that computers suck.