From 5425eb4c91de763eb62c7e776ae4660acdd44252 Mon Sep 17 00:00:00 2001 From: Ilsix Date: Sun, 1 Dec 2024 23:52:46 +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 0c1f77e..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=24:antialias=true:autohint=true"; +static char *font = "Liberation Mono:pixelsize=36:antialias=true:autohint=true"; static int borderpx = 2; /*