From c7c1a753c06061ff3eaf81e32b2e9e3481e275c2 Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:42 -0500 Subject: update --- dmenu_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmenu_config.h') diff --git a/dmenu_config.h b/dmenu_config.h index 32ba787..2c77d4b 100644 --- a/dmenu_config.h +++ b/dmenu_config.h @@ -4,7 +4,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "JetBrainsMono Nerd Font:size=10" + "JetbrainsMono Nerd Font:pixelsize=12:antialias=true:autohint=true" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { -- cgit v1.3-2-g0d8e