Re: ***SPAM*** Re: [dev] [dwm] xev's window refuses to float

2011-08-15 Thread Anselm R Garbe
On 13 August 2011 21:47, Connor Lane Smith wrote: > On 13 August 2011 09:35, Eckehard Berns wrote: >> Dwm doesn't seem to apply rules to clients without a class hint. >> A fix could be something like this: > > This should definitely be fixed in mainline. I've attached an > alternative patch which

Re: [dev] [dwm] xev's window refuses to float

2011-08-13 Thread Eckehard Berns
On Sat, Aug 13, 2011 at 10:08:08PM +0100, Connor Lane Smith wrote: > On 13 August 2011 21:41, Eckehard Berns wrote: > > I do like your patch, something paranoid in me just wanted to point out > > that your patch relies on the implementation of XGetClassHint not > > tempering with ch when returning

Re: [dev] [dwm] xev's window refuses to float

2011-08-13 Thread Connor Lane Smith
On 13 August 2011 21:41, Eckehard Berns wrote: > I do like your patch, something paranoid in me just wanted to point out > that your patch relies on the implementation of XGetClassHint not > tempering with ch when returning failure. So does yours: it calls XFree on the two ch strings whether or n

Re: [dev] [dwm] xev's window refuses to float

2011-08-13 Thread Eckehard Berns
> This should definitely be fixed in mainline. I've attached an > alternative patch which is basically the same as yours, but imo > slightly neater. I do like your patch, something paranoid in me just wanted to point out that your patch relies on the implementation of XGetClassHint not tempering w

Re: ***SPAM*** Re: [dev] [dwm] xev's window refuses to float

2011-08-13 Thread Connor Lane Smith
Hey, On 13 August 2011 09:35, Eckehard Berns wrote: > Dwm doesn't seem to apply rules to clients without a class hint. > A fix could be something like this: This should definitely be fixed in mainline. I've attached an alternative patch which is basically the same as yours, but imo slightly neat

Re: Re: [dev] [dwm] xev's window refuses to float

2011-08-13 Thread Bastien Dejean
Eckehard Berns a écrit : > Dwm doesn't seem to apply rules to clients without a class hint. > A fix could be something like this: > > 8<---8<--- > [...] > 8<---8<--- Indeed, thanks. -- Bastien

***SPAM*** Re: [dev] [dwm] xev's window refuses to float

2011-08-13 Thread Eckehard Berns
On Fri, Aug 12, 2011 at 09:39:00PM +0200, Bastien Dejean wrote: > I have included the following line in the rules array of my config.h : > > { NULL, NULL,"Event Tester", 0,True, > -1 }, > > But I don't get the expected result (xev's window stays tiled). Dw

[dev] [dwm] xev's window refuses to float

2011-08-12 Thread Bastien Dejean
Hi, I have included the following line in the rules array of my config.h : { NULL, NULL,"Event Tester", 0,True, -1 }, But I don't get the expected result (xev's window stays tiled). Thanks, -- Bastien