From 9973cc2bdd0b18f134b8065f8a840a77002cd977 Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Sun, 22 Jan 2023 23:12:29 -0800 Subject: [PATCH] reduce font size --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index b32a2b9..d00fca6 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "FiraCode Nerd Font Mono:pixelsize=24:antialias=true:autohint=true"; +static char *font = "FiraCode Nerd Font Mono:pixelsize=16:antialias=true:autohint=true"; /* borderperc: percentage of cell width to use as a border