diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-08-20 21:17:55 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-08-20 21:17:55 +0100 |
commit | 12e5af8a041372b73cab667baa42c61206ea2a42 (patch) | |
tree | 2151dc235fba526c223638389d06aac3a350a02c /config.h | |
parent | 8d4ecb5af3b38efebc797e821f36fb35159d63b2 (diff) | |
download | dmenu-12e5af8a041372b73cab667baa42c61206ea2a42.tar.gz dmenu-12e5af8a041372b73cab667baa42c61206ea2a42.tar.bz2 dmenu-12e5af8a041372b73cab667baa42c61206ea2a42.zip |
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] = { |