From 8e5eb10c40b75df8ebc6f8545305789d7fda1e53 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Fri, 18 Jun 2021 17:42:11 -0400 Subject: [PATCH] Reduce font size --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 07d2bf2..bee5b12 100644 --- 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 = "JetBrainsMono Medium NF:pixelsize=16:antialias=true:autohint=true"; +static char *font = "JetBrainsMono Medium NF:pixelsize=14:antialias=true:autohint=true"; static int borderpx = 2; /* -- 2.39.2