From e96f5eafb7205f935eaa204a7a31b622dc76c633 Mon Sep 17 00:00:00 2001 From: Jackson Taylor Date: Sat, 15 Aug 2020 20:32:35 +0000 Subject: Working on fixes for dwmblocks --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index cc8b2182..79ef8349 100644 --- a/config.h +++ b/config.h @@ -6,7 +6,8 @@ static const unsigned int gappx = 10; /* gaps between windows */ 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 *fonts[] = { "monospace:size=10", "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; +/* static const char *fonts[] = { "Hack:size=10:antialias=true:autohint=true", "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; */ static const char dmenufont[] = "monospace:size=10"; static char normbgcolor[] = "#222222"; static char normbordercolor[] = "#444444"; -- cgit v1.2.3