From 841d8dd61934d0df0d76f0cdca92b6cb8390f260 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 9 Jan 2025 17:37:09 -0600 Subject: fix font and replace modified anysize with expected-anysize --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 5a1a8ed..330f466 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 = "JetBrainsMonoNL Nerd Font Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "JetBrainsMonoNL Nerd Font Mono:size=12:antialias=true:autohint=true"; static int borderpx = 2; /* -- cgit v1.2.3