Fixing st font kerning.

This commit is contained in:
Derek Taylor
2020-03-10 22:10:11 -05:00
parent 2d2aae6584
commit 96b2b4da86

View File

@@ -5,7 +5,7 @@
* *
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/ */
static char *font = "Mononoki Nerd Font:pixelsize=16:antialias=true:autohint=true"; static char *font = "Mononoki Nerd Font:pixelsize=14:antialias=true:autohint=true";
static int borderpx = 2; static int borderpx = 2;
/* /*
@@ -24,7 +24,7 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";
char *vtiden = "\033[?6c"; char *vtiden = "\033[?6c";
/* Kerning / character bounding-box multipliers */ /* Kerning / character bounding-box multipliers */
static float cwscale = 1.0; static float cwscale = 1.1;
static float chscale = 1.0; static float chscale = 1.0;
/* /*