commit d1ebce19418943fe0b13aa4d90990d95019a9ac1 (patch)
parent b4e0f77ae9ce39bf3bdf141cb74df7467f86b00a
Author: Alex Karle <alex@alexkarle.com>
Date: Sat, 17 Sep 2022 10:57:50 -0400
acme: Give proportional fonts a chance
I found this hyperlegible font on HN and it _has_ been
easier than expected to use a proportional font (and
that horizontal screen real estate!)
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bin/a b/bin/a
@@ -6,4 +6,6 @@ export TERM=dumb
export NO_COLOR=1
export SHELL=/usr/lib/plan9/bin/rc
export PATH="$(dirname "$(readlink -f "$0")")/acme-scripts:$PATH"
-acme -f /mnt/font/GoMono/12a/font -a "$@"
+acme -b -a \
+ -f /mnt/font/AtkinsonHyperlegible-Regular/12a/font \
+ -F /mnt/font/GoMono/10a/font "$@"