From a637a716280d17f5fcb6d9dd76c41ea02549d302 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sat, 10 May 2025 09:47:16 +0200 Subject: update --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index ed20764..909b9a5 100644 --- a/config.h +++ b/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[] = { - "JetBrains Mono Nerd:size=10" + "JetBrains Mono Nerd:size=11" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ -- cgit v1.2.3