st-noxz

[fork] suckless st - personal fork
git clone https://noxz.tech/git/st-noxz.git
Log | Files | README | LICENSE

commit: 9f8fe3daa928992dda206b033e0986cbb8622c64
parent: 3b553dfab33e3ae4f717b2e6d17daf2f6a23fbf5
author: Chris Noxz <chris@noxz.tech>
date:   Sat, 28 Dec 2019 18:06:58 +0100
add glyph spacing
Mconfig.def.h2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -27,7 +27,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.1;
 
 /*