Font size in dmenu.
This commit is contained in:
parent
7f0db00a5a
commit
60dcd79b4d
@ -4,8 +4,8 @@
|
||||
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[] = {
|
||||
"JetBrainsMOno Nerd Font Mono:style=Medium:pixelsize=24",
|
||||
"Noto Color Emoji:style=Regular:pixelsize=16",
|
||||
"JetBrainsMOno Nerd Font Mono: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 */
|
||||
static const char *colors[SchemeLast][2] = {
|
||||
|
Loading…
Reference in New Issue
Block a user