From f3483ecdad2a82b05af1364bec77a3bd73371f05 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Wed, 8 Jan 2025 20:28:49 +0400 Subject: config.h: font changed --- config.h | 6 ++---- 1 file 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" }, -- cgit v1.2.3