diff options
author | rafa_99 <rafa99@protonmail.com> | 2020-03-15 12:31:16 +0000 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2020-03-15 12:31:16 +0000 |
commit | 179ed624c9a32b852a471960a434205dde5e46e2 (patch) | |
tree | f71774b0415ffec44dcd3448816770e9930a1b05 /config.def.h | |
parent | aac48360ec6482af7185f209a3b5aaf1345a3e01 (diff) |
Font2 Patch
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 0e218e9..81ade7b 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; /* |