Re: [dwm] please test hg tip and lemme know any issues

2007-09-18 Thread y i y u s
2007/9/18, Anselm R. Garbe <[EMAIL PROTECTED]>: > Hi there, > >I keep in mind testing the togglemax-patch, but please let me >know any issues in hg tip. > Fallback to fixed font isn't working here. It looks like you are checking the error with an or instead of an and, in initfont: if(!(dc

Re: [dwm] please test hg tip and lemme know any issues

2007-09-18 Thread Peter Hartlich
Hi, I might have added that I've been using the togglemax patch for several months now without any issues. That aside, there's some code of the form | if(!p && !q) | x | else | y rewritable as | if(p || q) | y | else | x and two occurences of "if (" as opposed to "if("

Re: [dwm] Proper way of monitoring battery level in DWM

2007-09-18 Thread Christian Garbs
On Sat, Sep 15, 2007 at 01:49:17PM -0700, Amit wrote: > I've tried modifying the .xinitrc to contain the battery percentage > level from apm but I cannot seem to get it. What is the proper way > to do this? I use this script: http://oni.tomodachi.de/~mitch/tmp/battery.pl Call it with -s to get a

Re: [dwm] [patch] togglemax() on tiled windows (for dwm.c)

2007-09-18 Thread Anselm R. Garbe
Well, I decided to apply this patch to mainstream dwm after a while of careful testing. Regards, Anselm On Mon, Sep 17, 2007 at 01:04:30PM +0200, Peter Hartlich wrote: > Hi, > > Here's the patch to allow calling togglemax() on tiled windows, ported > to the new dwm.c. I've used Abel Darc

[dwm] please test hg tip and lemme know any issues

2007-09-18 Thread Anselm R. Garbe
Hi there, I keep in mind testing the togglemax-patch, but please let me know any issues in hg tip. Regards, -- Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361