diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-11-25 12:06:46 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-11-25 12:06:46 +0100 |
| commit | 295f9cee19a64e33284256fe6f3e8efb9aa73b3b (patch) | |
| tree | 966e5d6b2ab35b086c5166072de66a1898a859c1 /config.h | |
| parent | 8eba3e29da69ac63c92229ca8377966ce0e67d25 (diff) | |
added font2 patch
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; /* |
