From 188d14e5b2524a7c48dfe176cbb2d7c8b116650d Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:42 -0500 Subject: update lsp to use neovim's lsp --- dmenu_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmenu_config.h') diff --git a/dmenu_config.h b/dmenu_config.h index 0a4f69f..a03a578 100644 --- a/dmenu_config.h +++ b/dmenu_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[] = { - "Misc Fixed:style=Regular:pixelsize=14:antialias=false" + "Fixed:style=Regular:pixelsize=14:antialias=false" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { -- cgit v1.3-2-g0d8e