summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2023-11-04 12:27:03 +0100
committeryuzu-eva <stevenhu@web.de>2023-11-04 12:27:03 +0100
commit9441cd4742240a7a8513858eba2b046693711476 (patch)
tree3daa20f1a78cc35b06872f3c1e4a0e6b8fab2e1c
parent58302d188c9b9a19c6fa0261c7a8a788fb9f595f (diff)
fixed wrong font
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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 */