Re: [dev] dwm-5.6

From: Anselm R Garbe <garbeam_AT_gmail.com>
Date: Thu, 16 Jul 2009 20:15:46 +0100

2009/7/16 Arun G Nair <arungnair_AT_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
Received on Thu Jul 16 2009 - 19:15:46 UTC

This archive was generated by hypermail 2.2.0 : Thu Jul 16 2009 - 19:24:01 UTC