aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/menu
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-02-17 15:03:34 -0800
committerNicholas Noll <nbnoll@eml.cc>2021-02-17 15:03:34 -0800
commite30f8b22069bec1a3fb68f089a9a7198671eb09a (patch)
tree120e53335137463ab2405f0cc9e2f1e7cf100d5b /sys/cmd/menu
parenta576520dce2a34424af67358e98d79a06e736911 (diff)
chore: update to configs before playing with ligature support in terminal
Diffstat (limited to 'sys/cmd/menu')
-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 090d465..1e14aa9 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=14"
+ "consolas:size=12"
};
static const char *prompt = "cmds"; /* -p option; prompt to the left of input field */