wm: doc

Download patch

ref: 54b813bd96d29992baacfbe7e65df77d8cacecfc
parent: 2c6867b7550a60218f3e951b28a2a09491d81e3c
author: jrmu <jrmu@inter9>
date: Wed Oct 4 10:38:04 EDT 2023

Customize rio

--- /dev/null
+++ b/rio.ms
@@ -1,0 +1,45 @@
+# Customize
+
+To have nice, large fonts, in /usr/glenda/lib/profile replace: 
+
+
+
+    rio -i riostart
+    
+
+with: 
+
+
+
+    rio -i riostart -f /lib/font/bit/lucidasans/typeunicode.16.font
+    
+
+To download some excellent fonts, check out ftrv.se: 
+
+Kurinto: 
+
+
+
+    ; cd /lib/font/bit
+    ; hget https://ftrv.se/_/plan9_fonts/kurinto.18.tar.gz | tar xz
+    ; font=/lib/font/bit/kurinto/kurinto.18.mono.font
+    
+    
+
+KNXT: 
+
+
+
+    ; cd /lib/font/bit
+    ; hget https://ftrv.se/_/plan9_fonts/knxt.20+40.tar.gz | tar xz
+    ; font=/lib/font/bit/knxt/knxt.20.font
+    # ; font=/lib/font/bit/knxt/knxt.40.font # for 2x the size
+    
+
+iosevka: 
+
+
+
+    ; cd /lib/font/bit
+    ; hget https://ftrv.se/_/plan9_fonts/iosevka.18+20+24+32.tar.gz | tar xz
+    ; font=/lib/font/bit/iosevka/iosevka.20.font
\ No newline at end of file