diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,7 +5,9 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Hack Nerd Font :pixelsize=14:antialias=true:autohint=true"; +static char *font = "Hack Nerd Font:pixelsize=14:antialias=true:autohint=true"; +/* Spare fonts*/ +static char *font2[] = { "Symbola:pixelsize14:antialias=true:autohint=true" }; static int borderpx = 2; /* |
