diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-09 11:51:11 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-09 11:51:11 +0100 |
| commit | 6118bd9fb7c47139efe9aa8a0f46ce0ab5eb3456 (patch) | |
| tree | f89bd01cc419f2f8e6f1b08aa2a29bde8bb4a50e /config.h | |
| parent | 7dfdb7e4506be3486cf8cbaf827188ca6560071f (diff) | |
| parent | 1aa48660f23fd029133fba84d7649d3e4f395f34 (diff) | |
| download | st-6118bd9fb7c47139efe9aa8a0f46ce0ab5eb3456.tar.gz st-6118bd9fb7c47139efe9aa8a0f46ce0ab5eb3456.tar.bz2 st-6118bd9fb7c47139efe9aa8a0f46ce0ab5eb3456.zip | |
Merge branch 'master' of github.com:cacharle/st
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,9 +9,9 @@ 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", + "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", */ }; /* |
