diff options
author | rafa_99 <rafa99@protonmail.com> | 2020-03-24 11:57:39 +0000 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2020-03-24 11:57:39 +0000 |
commit | 4eb2844ca92c161606651f4b86278ac91e94808c (patch) | |
tree | db80df84d3f2d659e4ff4cae764a8119c61760d9 | |
parent | 3b0d26831be42d5a33b146dab1cf8bbd8d7efa61 (diff) |
Fixed Font Compile Error
-rw-r--r-- | config.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,8 +8,7 @@ static char *font = "JetBrains Mono Nerd Font:size=10: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", */ + "Ubuntu Mono Nerd Font:pixelsize=12:antialias=true:autohint=true", }; static int borderpx = 2; |