shithub: rc

Download patch

ref: ec96e42be754968e6ca60b21efbfddcf7aff878b
parent: 4ab7e4ed2be6f104f399f36a062ef8cb0d70a83d
author: sl <sl@f35>
date: Sat Mar 14 22:04:32 EDT 2026

r: handle more resolutions.

--- a/r
+++ b/r
@@ -1,5 +1,5 @@
 #!/bin/rc
-# 2025-12-15T22:28:11-05:00
+# 2026-03-14T22:02:27-04:00
 # bof: http://shithub.us/qwx/fork/HEAD/info.html
 # rio.themes: https://ftrv.se/14
 # copy this file to $home/bin/rc and modify to suit.
@@ -11,10 +11,10 @@
 switch($h){
 case 2*
 	font=/lib/font/contrib.bit/hugevga/unicode.font
-case 1504
+case 15*
 	#font=/lib/font/bit/pelm/unicode.12.font
 	font=/lib/font/bit/lucidasans/unicode.10.font
-case 1440
+case 14*
 	font=/lib/font/bit/lucidasans/unicode.10.font
 case *
 	font=/lib/font/bit/vga/unicode.font
--