From 27b3ff0800ed9002631291f3e0790ed5a470be74 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Tue, 29 Dec 2020 14:19:50 +0100 Subject: 2020 update --- dwm/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dwm/config.h') 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"; -- cgit v1.2.3