Dnia 2009-07-17, o godz. 00:21:51 Arun G Nair <arungn...@gmail.com> napisał(a):
> On Fri, Jul 17, 2009 at 12:14 AM, Arun G Nair <arungn...@gmail.com> > wrote: > > > > > > > On Tue, Jul 14, 2009 at 10:54 PM, Anselm R Garbe > > <garb...@gmail.com>wrote: > > > >> Hi there, > >> > >> I'm glad to announce the new dwm-5.6 release which can be fetched > >> from > >> > >> http://code.suckless.org/dl/dwm/dwm-5.6.tar.gz > >> > >> This release contains the new Xinerama support that creates a view > >> per Xinerama screen. Focusing different screens works using the > >> mouse or the new shortcuts Mod1-. and Mod1-, (or Mod1-Shift-, and > >> Mod1-Shift-. for sending windows to next/prev screen). > >> > >> The Rule structure in config.h has been extended with an additional > >> monitor field, that needs to be set to -1 if a client should be > >> assigned to the selected screen, or 0.. for a specific screen. > >> > >> Have fun and enjoy the new dwm! > >> > >> Kind regards, > >> Anselm > >> > >> > > > 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 ? > > > Try checking xprop once again and then, if WM_CLASS contains gorilla and Gorilla, use the capitalised one. I don't know why it works like this, but it sometimes helps. Regards, Ted