From 42966e3e531b8e46e4ab31480d45aa7a141f19ce Mon Sep 17 00:00:00 2001 From: stkhan Date: Thu, 5 May 2022 17:32:35 +0000 Subject: added config files, and nsxiv --- dmenu-5.0/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmenu-5.0') diff --git a/dmenu-5.0/config.h b/dmenu-5.0/config.h index 1edb647..2085cc2 100644 --- a/dmenu-5.0/config.h +++ b/dmenu-5.0/config.h @@ -4,7 +4,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[] = { - "monospace:size=10" + "Source Code Pro:size=9" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { -- cgit v1.2.3