From fed887a5539cb08f6e41cda4cdd89e35d88f8f09 Mon Sep 17 00:00:00 2001 From: Daniel Liu Date: Thu, 17 Sep 2020 23:23:25 -0400 Subject: [PATCH] fixed font --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 05726bc..fe66558 100644 --- a/config.def.h +++ b/config.def.h @@ -18,4 +18,4 @@ static const char * message = "Suckless: Software that sucks less."; static const char * text_color = "#ffffff"; /* text size (must be a valid size) */ -static const char * font_name = "9x15"; +static const char * font_name = "fixed"; -- 2.20.1