From 5379776922be7e366d452d5f6ef82c576b99111f Mon Sep 17 00:00:00 2001 From: zongor Date: Sat, 18 May 2024 01:04:02 -0400 Subject: [PATCH] fix font path --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 06f1316..5e28cfb 100644 --- a/config.h +++ b/config.h @@ -13,8 +13,8 @@ */ char *fontnames[2] = { - "/lib/font/bit/profont/profont-12.font", - "/lib/font/bit/mntcarlo/mntcarlo.font" + "/usr/local/plan9/font/bit/profont/profont-12.font", + "/usr/local/plan9/font/bit/mntcarlo/mntcarlo.font" }; /*