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
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
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
> 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
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
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
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
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