diff --git a/config.h b/config.h index de28b63..5844905 100644 --- a/config.h +++ b/config.h @@ -7,8 +7,10 @@ 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 */ static const char *fonts[] = { - "FuraCode Nerd Font " - "Mono:style=Regular:pixelsize=18:antialias=true:autohint=true"}; + "monospace:size=10", + "JoyPixels:pixelsize=8:antialias=true:autohint=true" +}; + static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { diff --git a/config_desktop.h b/config_desktop.h index de28b63..5844905 100644 --- a/config_desktop.h +++ b/config_desktop.h @@ -7,8 +7,10 @@ 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 */ static const char *fonts[] = { - "FuraCode Nerd Font " - "Mono:style=Regular:pixelsize=18:antialias=true:autohint=true"}; + "monospace:size=10", + "JoyPixels:pixelsize=8:antialias=true:autohint=true" +}; + static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = {