From 044680c9cfe4b1550f6bab57f1c28eaa8ee2b97d Mon Sep 17 00:00:00 2001 From: Fabian Schmidt Date: Tue, 26 May 2020 18:24:53 +0200 Subject: [PATCH] Changed primary font size --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index a152e86..787730e 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 = "SauceCodePro Nerd Font Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "SauceCodePro Nerd Font Mono:pixelsize=15:antialias=true:autohint=true"; static int borderpx = 2; /*