summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-01-08 19:20:31 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-01-08 19:20:31 +0400
commite4a64fc94f38cc234d9ac029d939d23ccecc28ba (patch)
tree662fef53808a6215b2f7cc14c2ccb89f090c8fcb
parentd7c984a665df15854acb2d7edf1979a73a439fa2 (diff)
config.h: font changed
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index e145340..9aabf74 100644
--- a/config.h
+++ b/config.h
@@ -9,8 +9,8 @@ static const unsigned int gappx = 16; /* default gap between windows i
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
-static const char *fonts[] = { "monospace:size=10" };
-static const char dmenufont[] = "monospace:size=10";
+static const char *fonts[] = { "Liberation Mono:size=10" };
+static const char dmenufont[] = "Liberation Mono:size=10";
static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";