From 9441cd4742240a7a8513858eba2b046693711476 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sat, 4 Nov 2023 12:27:03 +0100 Subject: fixed wrong font --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 18c19a2..41f64bc 100644 --- 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[] = { - "monospace:size=10", + "Iosevka:size=10", "JoyPixels:size=10:antialias=true:autohint=true" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ -- cgit v1.2.3