2009/7/16 Arun G Nair <arungn...@gmail.com>:
> Also have a problem of some apps not obeying rules. I have the the window
> class names right. One app is password gorilla. Its a password manager. I
> have it as
>
> { "gorilla",      NULL,       NULL,       1 << 5,       True }
>
> But it opens up in the current tag and as a tiled window. This was not the
> case before 5.5. Any ideas ?

Apart from xprop, also note that the Rule struct has got an additional
property for the monitor which should be -1 in your case:

{ "gorilla",      NULL,       NULL,       1 << 5,       True,  -1 }

Kind regards,
Anselm

Reply via email to