From e4989b57b752ac1e88a0737500657e2e8c20e3d8 Mon Sep 17 00:00:00 2001 From: Xinqi Bao Date: Sun, 13 Mar 2022 22:36:42 +0800 Subject: [PATCH] minor key update --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 91ab8ca..ed43613 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=16:antialias=true:autohint=true"; static int borderpx = 2; /* -- 2.20.1