shithub: rc

Download patch

ref: 5a4afb116aebf9d351283566a84f0e54e358cc65
parent: 4d4a93fea9026d75252687f0fd3d392eb5bc4d8d
author: qwx <qwx@sciops.net>
date: Sun Nov 27 04:43:36 EST 2022

default workspaces tweaks

--- a/bin/kx
+++ b/bin/kx
@@ -24,7 +24,7 @@
 cat <<! >/tmp/work.$pid
 #!/bin/rc
 label kx.$pid
-window -r $bsamrect 'echo 4 >/env/tabstop; jam'
+window -r $bsamrect 'echo 4 >/env/tabstop; echo -n /lib/font/bit/fixed/unicode.6x10.font >/env/font; jam'
 !
 
 cat <<! >/tmp/kx.$pid
--- a/bin/sizes
+++ b/bin/sizes
@@ -12,7 +12,7 @@
 )
 
 briorect=(0 0 $screensize(1) `{echo $screensize(2) - 16 | pc})
-bsamrect=(0 32 $briorect(3) $briorect(4))
+bsamrect=(0 0 $briorect(3) `{echo $screensize(2) - 56 | pc})
 bcmdrect=( \
 	0 \
 	`{echo $bsamrect(4) - $bsamrect(4) / 3 | pc} \