From 96b2b4da86719b913236930d85bcf88310680197 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Tue, 10 Mar 2020 22:10:11 -0500 Subject: [PATCH] Fixing st font kerning. --- st/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/st/config.h b/st/config.h index 2deb3d0..9dc9312 100755 --- a/st/config.h +++ b/st/config.h @@ -5,7 +5,7 @@ * * 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; /* @@ -24,7 +24,7 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400"; char *vtiden = "\033[?6c"; /* Kerning / character bounding-box multipliers */ -static float cwscale = 1.0; +static float cwscale = 1.1; static float chscale = 1.0; /*