commit 14bcc728046795e7f68eb92fba9381d9d6137441
parent 9c98365174c223bb3e9e6a1e5a9c9557423e749e
Author: Ed van Bruggen <edvb54@gmail.com>
Date: Fri, 8 Apr 2016 18:34:01 -0700
Config.h: Rezise dmenu font to match st and dwm
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.h/dmenu.config.h b/config.h/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[] = {
- "FantasqueSansMono-16:light"
+ "FantasqueSansMono-Regular:pixelsize=18"
};
static const char *prompt = NULL; /* -p option; prompt to the elft of input field */
static const char *normbgcolor = "#073642"; /* -nb option; normal background */