diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-08-14 13:48:54 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-08-14 13:48:54 +0200 |
| commit | 1aa48660f23fd029133fba84d7649d3e4f395f34 (patch) | |
| tree | 7122f3e92a134902579bf8a31ca9e34533a249b5 /config.h | |
| parent | 52fe157384f9a493b7f96f9e1374a56cc7369280 (diff) | |
| download | st-1aa48660f23fd029133fba84d7649d3e4f395f34.tar.gz st-1aa48660f23fd029133fba84d7649d3e4f395f34.tar.bz2 st-1aa48660f23fd029133fba84d7649d3e4f395f34.zip | |
Added font2 patch
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 |
