From 2b4c27f78b93d6fb32954ffe3a0dc11f577e851c Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Tue, 31 Mar 2020 16:25:00 +0200 Subject: [PATCH] Increase font size --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 51d0236..ed81483 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 = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "Liberation Mono:pixelsize=14:antialias=true:autohint=true"; static int borderpx = 2; /*