From e30f8b22069bec1a3fb68f089a9a7198671eb09a Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Wed, 17 Feb 2021 15:03:34 -0800 Subject: chore: update to configs before playing with ligature support in terminal --- sys/cmd/menu/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/cmd/menu') 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 */ -- cgit v1.2.1