On Fri, Feb 4, 2011 at 3:35 PM, Larry Gagnon wrote:
> I use .xinitrc to launch 2 instances of urxvt and my browser automatically on
> startup. I would like the browser to startup in a second column on the right.
Assuming your browser takes longer to start than your terminal, this should do:
wmii
On Fri, 4 Feb 2011 17:36:55 +0100
Szabolcs Nagy wrote:
> offtopic:
>
> the webserver i'm implementing is used to do secure messaging:
> it accepts PUT /key and GET /key requests which store and retrieve
> exactly 1K data (so it looks like a key-value store)
>
> (server does not remember the key
Using wmii v3.9.2 on ArchLinux. I use .xinitrc to launch 2 instances of
urxvt and my browser automatically on startup. I would like the browser to
startup in a second column on the right. Is that possible and if so how?
Larry
i recently implemented a webserver and used some code from quark in it
meanwhile i found minor issues in the code so here is a patch
(some modifications are bugfixes others are debateble,
i leave it to arg to sort it out)
offtopic:
the webserver i'm implementing is used to do secure messaging:
i