Use 10x20 font

This commit is contained in:
Miles Alan 2020-03-07 10:33:10 -06:00
parent fbdfb4937a
commit 453f8c3051

View file

@ -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";