From 80527dd298e79faf714cda98d9016787ac7523af Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sat, 22 Aug 2020 19:11:42 +0700 Subject: [PATCH] Temporary seg fault fix --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 3310924..e7158a3 100644 --- a/config.h +++ b/config.h @@ -21,4 +21,4 @@ static const char * message = "Enter password to unlock"; static const char * text_color = "#abb2bf"; /* text size (must be a valid size) */ -static const char * text_size = "-*-dejavu sans mono-bold-r-normal--22-*-*-*-*-*-iso10646-1"; +static const char * text_size = "fixed";