mirror of
https://github.com/alrayyes/dmenu
synced 2023-11-14 15:56:27 +00:00
resized font
This commit is contained in:
parent
90e3c1b653
commit
eed8a2e049
4
config.h
4
config.h
@ -7,8 +7,8 @@ static int fuzzy = 1; /* -F option; if 0, dmenu doesn't use fuzzy matching */
|
|||||||
|
|
||||||
/* -fn option overrides fonts[0]; default X11 font or font set */
|
/* -fn option overrides fonts[0]; default X11 font or font set */
|
||||||
static const char *fonts[] = {
|
static const char *fonts[] = {
|
||||||
"Hack Nerd Font Mono:size=12:antialias=true:autohint=true",
|
"Hack Nerd Font Mono:size=14:antialias=true:autohint=true",
|
||||||
"JoyPixels:pixelsize=12:antialias=true:autohint=true"
|
"JoyPixels:pixelsize=14:antialias=true:autohint=true"
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char *prompt =
|
static const char *prompt =
|
||||||
|
Loading…
Reference in New Issue
Block a user