From d1ebce19418943fe0b13aa4d90990d95019a9ac1 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sat, 17 Sep 2022 10:57:50 -0400 Subject: [PATCH] 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!) --- bin/a | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/a b/bin/a index e710995..18072a3 100755 --- 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 "$@" -- libgit2 1.1.1