diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-05 17:58:37 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-05 17:58:37 +0100 |
commit | 501bd1748a9da3829480981c1456c24057533b04 (patch) | |
tree | cf788a0ad8c77a7793a1eb55ca202a603fdd84a4 | |
parent | Back to basics (diff) | |
download | st-501bd1748a9da3829480981c1456c24057533b04.tar.gz st-501bd1748a9da3829480981c1456c24057533b04.tar.bz2 st-501bd1748a9da3829480981c1456c24057533b04.tar.xz st-501bd1748a9da3829480981c1456c24057533b04.tar.zst st-501bd1748a9da3829480981c1456c24057533b04.zip |
Update
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html * Remember to remove cwscale if you change font */ -char *font = "DejaVuSansMono Nerd Font:pixelsize=15:antialias=true:autohint=true:"; +char *font = "DejaVuSansMono Nerd Font:pixelsize=14:antialias=true:autohint=true:"; /* char *font = "mononoki Nerd Font:pixelsize=16:antialias=true:autohint=true:"; */ /* char *font = "UbuntuMono Nerd Font:pixelsize=17:antialias=true:autohint=true:"; */ int borderpx = 0; |