Hi,
On Wednesday 31 July 2013 04:52:59 Gerald Klein wrote:
> The classes for the windows are similar but not the same and it seems like
> the matching is using a contains and not an equals, is there a way to make
> this work right?
>
> Vmplayer and vmplayer
>
> MPlayer and mplayer
Could you post your rules somewhere? It depends how you match the mplayer,
that's why I'm interested in seeing those. My suspicion is that you have the
mplayer being matched with rule_any and the vmplayer then gets matched as
well. You could have an exception there as in:
{ rule_any = { class = { "mplayer2", "mplayer" } }
except = { class = "vmplayer" },
props = { tag = mytags[2][1] }
}
Or something similar. And then vmplayer wouldn't be matched by this rule.
Hope that it helps,
I.
--
To unsubscribe, send mail to [email protected].