diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-05 17:28:39 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-05 17:28:39 +0100 |
commit | 4f7232dd65307cbce777216b70ad40c0d1098c06 (patch) | |
tree | 2cbc1b449ecc0b3f92f24e37735ae02c06ca6c1f | |
parent | Removed selectioncolors patch for some TUI programs do not like it (diff) | |
download | st-4f7232dd65307cbce777216b70ad40c0d1098c06.tar.gz st-4f7232dd65307cbce777216b70ad40c0d1098c06.tar.bz2 st-4f7232dd65307cbce777216b70ad40c0d1098c06.tar.xz st-4f7232dd65307cbce777216b70ad40c0d1098c06.tar.zst st-4f7232dd65307cbce777216b70ad40c0d1098c06.zip |
Font tweak
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 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 = "mononoki Nerd Font:size=12:antialias=true:autohint=true:"; +char *font = "UbuntuMono Nerd Font:size=13:antialias=true:autohint=true:"; int borderpx = 0; /* @@ -37,7 +37,7 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400"; char *vtiden = "\033[?6c"; /* Kerning / character bounding-box multipliers */ -float cwscale = 0.85; +float cwscale = 1.0; float chscale = 1.0; /* |