From 4f7232dd65307cbce777216b70ad40c0d1098c06 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 5 Nov 2020 17:28:39 +0100 Subject: Font tweak --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index c99b52f..9bb06ca 100644 --- a/config.h +++ b/config.h @@ -16,7 +16,7 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html * Remember to remove cwscale if you change font */ -char *font = "mononoki Nerd Font:size=12:antialias=true:autohint=true:"; +char *font = "UbuntuMono Nerd Font:size=13:antialias=true:autohint=true:"; int borderpx = 0; /* @@ -37,7 +37,7 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400"; char *vtiden = "\033[?6c"; /* Kerning / character bounding-box multipliers */ -float cwscale = 0.85; +float cwscale = 1.0; float chscale = 1.0; /* -- cgit v1.2.3