Re: [dev] Plan9port and wmiirc?

2009-09-28 Thread Kris Maglione
It actually specifies both. wmii -v is correct. On 2009-09-28, KIMURA Masaru wrote: > 2009/9/29 Kris Maglione : >> On Mon, Sep 28, 2009 at 11:25:24AM +0200, Tom Kazimiers wrote: >>> >>> sfme days ago, I started using wmii. I made my first scripting steps >>> with plan9 RC (and thus having plan9po

Re: [dev] Plan9port and wmiirc?

2009-09-28 Thread KIMURA Masaru
2009/9/29 Kris Maglione : > On Mon, Sep 28, 2009 at 11:25:24AM +0200, Tom Kazimiers wrote: >> >> sfme days ago, I started using wmii. I made my first scripting steps >> with plan9 RC (and thus having plan9port installed). But since I could >> not figure out some problems in calling external program

Re: [dev] Plan9port and wmiirc?

2009-09-28 Thread Kris Maglione
On Mon, Sep 28, 2009 at 11:25:24AM +0200, Tom Kazimiers wrote: sfme days ago, I started using wmii. I made my first scripting steps with plan9 RC (and thus having plan9port installed). But since I could not figure out some problems in calling external programs from the rc script, I changed to sun

Re: [dev] Plan9port and wmiirc?

2009-09-28 Thread sqweek
2009/9/28 Tom Kazimiers : > How do I make wmii call my local wmiirc script without > removing plan9port? There's a switch, -r I think, that tells wmii what script to run. Check the man page. -sqweek

Re: [dev] Plan9port and wmiirc?

2009-09-28 Thread Juan Pablo Aroztegi
> question is: How do I make wmii call my local wmiirc script without > removing plan9port? The wmiistartrc scripts gives preference to rc.wmii if p9p is available. So one option is to modify this script so that it sets WMIIRC to whatever you want. Juan Pablo

[dev] Plan9port and wmiirc?

2009-09-28 Thread Tom Kazimiers
Hi, sfme days ago, I started using wmii. I made my first scripting steps with plan9 RC (and thus having plan9port installed). But since I could not figure out some problems in calling external programs from the rc script, I changed to sunakus ruby wmiirc. I like it very much and would like it to l

Re: [dev] [surf] caret browsing

2009-09-28 Thread Enno Boland (Gottox)
It's possible to do this without patching the source. Just add this to your script.js: document.body.contentEditable = true; document.designMode='on'; (or similiar. Not at my box right now.) 2009/9/27 hailukah : > Alright you keyboard junkies: > > 1. Find the line in surf.c: > > g_object_set(G