Switch from JetBrains to Roboto.
This commit is contained in:
parent
7836d8b0be
commit
f11e6c927f
4 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@ static int centered = 0; /* -c option; centers dmenu on scree
|
|||
static int min_width = 500; /* minimum width when centered */
|
||||
/* -fn option overrides fonts[0]; default X11 font or font set */
|
||||
static const char *fonts[] = {
|
||||
"JetBrainsMono Nerd Font Mono:style=Medium:size=12",
|
||||
"RobotoMono Nerd Font:style=Medium:size=12",
|
||||
"Noto Color Emoji:style=Regular:size=14",
|
||||
};
|
||||
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue