From 12e5af8a041372b73cab667baa42c61206ea2a42 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 20 Aug 2025 21:17:55 +0100 Subject: Increase size of font --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 50428d5..22f5827 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ static int topbar = 0; /* -b option; if 0, dmenu appears a static int fuzzy = 1; /* -F option; if 0, dmenu doesn't use fuzzy matching */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "Hack:size=14" + "Hack:size=12" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { -- cgit v1.2.3-13-gbd6f