On 5/14/08, Eric Davis <[EMAIL PROTECTED]> wrote:
> rules.  I agree that the feature was overkill but it was nice to be able
> to say "*" so a client is on all tags.  I used this for background
> notification popups from scripts with gxmessage.

apply rules now roughly works like:

if (!rule->class || strstr(client->class, rule->class) ..) {
    [match]
}

so if class is set in the rule then any substring is matched

so class=NULL or class="" matches everything
(actually class="" matches only if client->class is set, so class=NULL
is better)

Reply via email to