From 0a1041044141ddbda0c67602e70fe8894e7430fd Mon Sep 17 00:00:00 2001 From: Nicholas Date: Sun, 7 Nov 2021 11:43:28 -0800 Subject: config changes for laptop --- sys/cmd/menu/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/cmd/menu/config.h') 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 */ -- cgit v1.2.1