diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8,6 +8,12 @@ static char *font = "Fira Code:pixelsize=12:antialias=true:autohint=true"; static int borderpx = 0; +static char *font2[] = { + "Symbola:pixelsize=12:antialias=true:autohint=true" +/* "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 |
