aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/menu/config.h
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-11-07 11:43:28 -0800
committerNicholas <nbnoll@eml.cc>2021-11-07 11:43:28 -0800
commit0a1041044141ddbda0c67602e70fe8894e7430fd (patch)
tree1cba0e61e397f55218a90e04df5423f75dae4409 /sys/cmd/menu/config.h
parent5d1e21d28a93415b66401d27a30ee8eb6b2b66a8 (diff)
config changes for laptop
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 */