summaryrefslogtreecommitdiff
path: root/dwm/config.h
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2020-12-29 14:19:50 +0100
committerTom Barrett <tom@tombarrett.xyz>2020-12-29 14:19:50 +0100
commit27b3ff0800ed9002631291f3e0790ed5a470be74 (patch)
tree2e730d0b3be329264b54c1e1c1a1b1b28d8a7e3a /dwm/config.h
parentec7da27759c08e0741fe9151f056a8378c9a8aa1 (diff)
2020 update
Diffstat (limited to 'dwm/config.h')
-rw-r--r--dwm/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm/config.h b/dwm/config.h
index 689c2ee..15d5052 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -6,8 +6,8 @@ static const unsigned int snap = 32; /* snap pixel */
static const unsigned int gapp = 30;
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[] = { "Hermit-Regular:size=11" };
+static const char dmenufont[] = "Hermit-Regular:size=11";
static const char col_gray1[] = "#181818";
static const char col_gray2[] = "#585858";
static const char col_gray3[] = "#b8b8b8";