diff options
| author | Rizqi Nur Assyaufi <bandithijo@gmail.com> | 2022-07-18 01:15:45 +0800 |
|---|---|---|
| committer | Marcelo Lira <setanta@gmail.com> | 2025-03-02 02:36:58 -0300 |
| commit | 849e4d426652c1d809a78b41003524f555d4a337 (patch) | |
| tree | 43aa16a1948c84051345cfbda135cae97328c8f1 /config.def.h | |
| parent | 126bc8d72e82fed106c80da8f1874d34242db783 (diff) | |
Add patch for st-0.8.5
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 2cd740a..1dd5a9b 100644 --- a/config.def.h +++ b/config.def.h @@ -6,6 +6,12 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +/* Spare fonts */ +static char *font2[] = { +/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */ +/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */ +}; + static int borderpx = 2; /* |
