diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-08-13 22:41:43 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-08-13 22:41:43 +0200 |
| commit | 7dfdb7e4506be3486cf8cbaf827188ca6560071f (patch) | |
| tree | 236f36c751dd40d8575542a4457e86aab0d1dd00 /config.h | |
| parent | 52fe157384f9a493b7f96f9e1374a56cc7369280 (diff) | |
| download | st-7dfdb7e4506be3486cf8cbaf827188ca6560071f.tar.gz st-7dfdb7e4506be3486cf8cbaf827188ca6560071f.tar.bz2 st-7dfdb7e4506be3486cf8cbaf827188ca6560071f.zip | |
Added font2 patch
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 |
