commit beeba56f8a262c1a3f25bad50bae250ba599bec9
parent 7e32400fc033dea606bcbb78a26a0d0e63e9e327
Author: hhvn <hayden@haydenvh.com>
Date: Sun, 1 Nov 2020 16:08:00 +0000
Nicer kerning: irc art & waste less pixels
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.h b/config.h
@@ -6,7 +6,7 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Dejavu Sans Mono:pixelsize=9:antialias=true:autohint=true";
-static int borderpx = 15;
+static int borderpx = 10;
/*
* What program is execed by st depends of these precedence rules:
@@ -25,7 +25,7 @@ char *vtiden = "\033[?6c";
/* Kerning / character bounding-box multipliers */
static float cwscale = 1.0;
-static float chscale = 1.0;
+static float chscale = 0.9;
/*
* word delimiter string