From e41b138cde011c3a20289e841da2ed19d091af55 Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Sat, 11 Jul 2026 18:20:34 -0700 Subject: fixed TX-02 font trouble in foot with workaround Adding 3 backslashes (\\\) in front of the hyphen (-) worked this time around, for some reason. --- dot-config/foot/foot.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot-config/foot/foot.ini') diff --git a/dot-config/foot/foot.ini b/dot-config/foot/foot.ini index 511f298..00577dd 100644 --- a/dot-config/foot/foot.ini +++ b/dot-config/foot/foot.ini @@ -3,7 +3,7 @@ # padding pad=15x20 center-when-maximized-and-fullscreen -font=TX\-02 Condensed:size=13 +font=TX\\\-02 Condensed:size=13 [bell] system=no -- cgit v1.3