Re: [9fans] focus window on plumb

2018-09-03 Thread umbraticus
Even simpler, run the following program in riostart thus: window 'raiseplumb web & mothra' window 'raiseplumb edit & sam' could probably even be an rc script #include #include #include void main(int argc, char **argv) { Plumbmsg *m; int port, wctl; if(argc != 2)

[9fans] focus window on plumb

2018-09-02 Thread umbraticus
Hi 9fans, I wrote the attached to listen on a plumb port and make a given window current when it gets a message. I'm not sure how much I will like it: it's nice not to have to hunt for a buried client program after plumbing something; on the other hand, sometimes I like to plumb a few urls,