From f160d51089c9065865cd064bc89ed81eaac8ef6a Mon Sep 17 00:00:00 2001 From: Ilsix Date: Sun, 1 Dec 2024 23:52:09 +0100 Subject: [PATCH] adjusted font size --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 2cd740a..e5ad311 100644 --- a/config.h +++ b/config.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=36:antialias=true:autohint=true"; static int borderpx = 2; /*