st-noxz

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

commit: 3b553dfab33e3ae4f717b2e6d17daf2f6a23fbf5
parent: 133c8fc64e6a7a8b68545f5ed7b25f87dbf2c094
author: Chris Noxz <chris@noxz.tech>
date:   Sat, 28 Dec 2019 12:05:53 +0100
Switching to Terminus/Terminess font
Mconfig.def.h4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -5,7 +5,7 @@
  *
  * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
  */
-static char *font = "Hack for Powerline:pixelsize=12:antialias=true:autohint=true";
+static char *font = "Terminess Powerline:pixelsize=12:antialias=false:autohint=true";
 static int borderpx = 2;
 
 /* redraw on signal */
@@ -28,7 +28,7 @@ char *vtiden = "\033[?6c";
 
 /* Kerning / character bounding-box multipliers */
 static float cwscale = 1.0;
-static float chscale = 1.0;
+static float chscale = 1.1;
 
 /*
  * word delimiter string