From 453f8c305161a5419e72bfa59c275b6457b906b2 Mon Sep 17 00:00:00 2001 From: Miles Alan Date: Sat, 7 Mar 2020 10:33:10 -0600 Subject: [PATCH] Use 10x20 font --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index b332a8f..5011f40 100644 --- a/config.def.h +++ b/config.def.h @@ -1,5 +1,5 @@ static const Bool wmborder = True; -static const char font[] = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*"; +static const char font[] = "10x20"; static const char normbgcolor[] = "#cccccc"; static const char normfgcolor[] = "#000000"; static const char pressbgcolor[] = "#0000cc";