mirror of
https://github.com/alrayyes/dmenu.git
synced 2024-11-24 04:26:23 +00:00
resized font
This commit is contained in:
parent
90e3c1b653
commit
eed8a2e049
1 changed files with 2 additions and 2 deletions
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 a new issue