aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/menu/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/menu/config.h')
-rw-r--r--sys/cmd/menu/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cmd/menu/config.h b/sys/cmd/menu/config.h
index fb1614d..9bfd5b3 100644
--- a/sys/cmd/menu/config.h
+++ b/sys/cmd/menu/config.h
@@ -5,7 +5,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[] = {
- "consolas:size=12"
+ "consolas:size=16"
};
static const char *prompt = "cmds"; /* -p option; prompt to the left of input field */