From 5696d7d7bbb9c94bd3629d8f396e698ef5c0aa04 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Sun, 21 Apr 2024 09:41:31 +0200 Subject: [PATCH] Change fontsize --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 8453667..d9b980b 100644 --- a/config.h +++ b/config.h @@ -7,7 +7,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Hack:size=14"; +static char *font = "Hack:size=12"; static int borderpx = 2; /*