summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-01-08 20:28:49 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-01-08 20:28:49 +0400
commitf3483ecdad2a82b05af1364bec77a3bd73371f05 (patch)
treeaf163fe9c97253f6bac74d0f9d459a54dfa9da8d
parent2e18920dfbde796329c6befa8bf4bfae2561101c (diff)
config.h: font changed
-rw-r--r--config.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/config.h b/config.h
index 4083d44..1098805 100644
--- a/config.h
+++ b/config.h
@@ -7,10 +7,8 @@ static int min_width = 700; /* minimum width when centered */
static const float menu_height_ratio = 4.0f; /* This is the ratio used in the original calculation */
static unsigned int border_width = 0;
/* -fn option overrides fonts[0]; default X11 font or font set */
-static const char *fonts[] = {
- "monospace:size=10"
-};
-static const char *prompt = NULL; /* -p option; prompt to the left of input field */
+static const char *fonts[] = { "Liberation Mono:size=10" };
+static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#bbbbbb", "#222222" },