From b686347fd63835686a4c13d4e91f742f28a1b7ee Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Sun, 28 Mar 2021 21:16:59 +0200 Subject: [PATCH] Mild const-correctness improvements. Only touch a few things, the main focus is to improve code readability. --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 931bff5..4e42435 100644 --- a/config.h +++ b/config.h @@ -6,7 +6,7 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ // static char *font = "mono:pixelsize=14:antialias=true:autohint=true"; -static char *font = "DejaVu Sans Mono:pixelsize=14:antialias=true:autohint=true"; +static char *font = "DejaVu Sans Mono:pixelsize=17:antialias=true:autohint=true"; static int borderpx = 2; /* -- 2.43.0