diff options
| author | José Juan Loeza Sierra <jj@xz6ze.com> | 2026-07-11 18:20:34 -0700 |
|---|---|---|
| committer | José Juan Loeza Sierra <jj@xz6ze.com> | 2026-07-11 18:20:34 -0700 |
| commit | e41b138cde011c3a20289e841da2ed19d091af55 (patch) | |
| tree | fb1cfb64bc65dd4c9507afa2913c4ca4749cbc8b | |
| parent | eeef473b3f6b63fbc9717e10262e82c314d6f940 (diff) | |
fixed TX-02 font trouble in foot with workaround
Adding 3 backslashes (\\\) in front of the hyphen (-) worked this time
around, for some reason.
| -rw-r--r-- | dot-config/foot/foot.ini | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
