]> git.ekhem.eu.org Git - dmenu.git/commitdiff
Use MesloLG as font. main
authorJakub Czajka <jakub@ekhem.eu.org>
Mon, 26 Dec 2022 18:19:02 +0000 (19:19 +0100)
committerJakub Czajka <jakub@ekhem.eu.org>
Sat, 14 Oct 2023 18:25:22 +0000 (20:25 +0200)
config.h

index cfed5bc315434c813c65d775c886364399a53438..77f71413b13e9eaa1f208d2b0508c1fb645fa6ae 100644 (file)
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
 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[] = {
 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[] = {
-        "monospace:size=10",
+        "Meslo LG S:size=10",
         "Noto Color Emoji:size=8"
 };
 static const char *prompt      = NULL;      /* -p  option; prompt to the left of input field */
         "Noto Color Emoji:size=8"
 };
 static const char *prompt      = NULL;      /* -p  option; prompt to the left of input field */