diff options
| author | Xander Swan <email> | 2025-12-03 10:00:42 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:42 -0500 |
| commit | 188d14e5b2524a7c48dfe176cbb2d7c8b116650d (patch) | |
| tree | 97670c4c88eee09b329bf373efebd11d8d11b6b4 /dmenu_config.h | |
| parent | c9dc81534f0edcad76259aba833b949fcb0ea4a8 (diff) | |
update lsp to use neovim's lsp
Diffstat (limited to 'dmenu_config.h')
| -rw-r--r-- | dmenu_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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] = { |
