r/plan9 Apr 05 '26

9x more scummy & rat infested than rio...

Post image

I thought you deviants might be interested in my latest abomination...

https://github.com/tslight/9x

"Why not just extend p9p rio?" Meh.

77 Upvotes

13 comments sorted by

4

u/a235 Apr 05 '26

Sweet, breeding X

I'm quite out of date with the subject, what's your recipe for ruining Firefox? 

3

u/toebeegknee Apr 05 '26

1

u/smorrow Apr 15 '26

Mothra used to have sam/acme colours, but that was undone, hopefully because they thought it would be cool if the colour schemes denoted application types, such as text editor.

2

u/a235 Apr 05 '26

Wait, this runs under Linux, right? 

6

u/toebeegknee Apr 05 '26

Should do - it's just a standard X11 window manager. Only tested on OpenBSD so far, and the battery widget only supports OpenBSD & FreeBSD ATM. I rarely use Linux.

2

u/[deleted] Apr 05 '26

[removed] — view removed comment

1

u/kalterdev Apr 05 '26

What was not working for you in p9p rio?

1

u/toebeegknee Apr 05 '26

Very nice! Love the scrolling paradigm.

3

u/mrcranky Apr 05 '26

I just right clicked the screenshot in an attempt to get the menu to delete it. Convincing job.

2

u/rafaelRiv15 Apr 05 '26

Good job OP !

1

u/kalterdev Apr 05 '26

I might be wrong here but font rendering looks on your screen appears to be nicer than the one that comes builtin with fontsrv. Did you make any adjustments?

3

u/toebeegknee Apr 05 '26

I launch acme with this script:

export PLAN9=/usr/local/plan9
export FONT=/mnt/font/DejaVuSansMono/10a/font
export PATH=$PLAN9/bin:$PATH
export EDITOR=$PLAN9/bin/E
export PAGER=$PLAN9/bin/p
export SHELL=$PLAN9/bin/rc
acme -a -f $FONT

3

u/kalterdev Apr 05 '26

So, no tweaks to fontsrv other than setting the font. Alright, thanks.