diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -5,9 +5,15 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Fira Code:pixelsize=12:antialias=true:autohint=true"; +static char *font = "Fira Mono:pixelsize=12:antialias=true:autohint=true"; static int borderpx = 0; +static char *font2[] = { + "unifont:pixelsize=12:antialias=true:autohint=true" // not working with korean + // "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", + // "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", +}; + /* * What program is execed by st depends of these precedence rules: * 1: program passed with -e |
