Re: [dwm] dzen2

From: Markus Sonderegger <msonderegger_AT_aon.at>
Date: Fri, 2 Mar 2007 20:07:22 +0000

Please do not use getopt()!

On 19:45 Fri 02 Mar , pancake wrote:
> BUG LIST and wishlist:
>
> * PLEASE. Use getopt() instead of the for+strcmp loop.
>
> * -m flag is not reported with -h message.
>
> * the -m flag doesn't works for me. no multilines anything.
>
> * the message buffer is not clean before reading anything from stdin
>
> * hook a keybinding to get out the "permanent" mode.
> ( this can be done with pkill dzen2 with xbindkeys or so), but queuing
> messages should be nice.
>
> * i've found read some lines that should be changed because they'r senseless:
>
> fputs("dzen-"VERSION", (C)opyright 2007 Robert Manea\n", stdout);
>
> why not just:
>
> puts("dzen-"VERSION", (C)opyright 2007 Robert Manea");
>
> \n is done by puts() and stdout is default for printing such
>
> * would be nice to be able to choose where we want to print the statusbar
> (bottom, top, etc) and the height. (not only the font)
>
> --pancake
>
> > Hi,
> >
> > I modified dzen quite a bit and came out with this:
> > http://gotmor.googlepages.com/dzen2-0.0.2.tar.gz
> >
> > The most noticeable change is the support of multiline windows.
> >
> > This means you will be alerted as u??ual with a single line window. By
> > moving the mouse inside this window the multiline window will become
> > visible. As soon as the mouse leaves the multiline window it will become
> > invisble again.
> > You can scroll up/down and make the multiline window sticky.
> >
> > See the README file for some examples.
> >
> > But keep in mind this is an alpha version without much polishing and
> > testing. If you find it useful or have any comments I'd be happy to hear
> > of them.
> >
> >
> > Cheers, Rob
> >
> >
> >
> >
> >
>
>
>
Received on Fri Mar 02 2007 - 20:02:31 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:38:25 UTC