summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-01-08 19:20:31 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-05-27 23:54:39 +0400
commit267e8bfc8dfd00d9ba3a00745f7a176f883a3b45 (patch)
treeec7cbf96cf9a09429475c9da52f26296824fd831 /config.h
parent5cd4e164e57b541b1be95ba8b45fe348e996882f (diff)
config.h: font changed
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 3476e70..d4ede5d 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";