Re: [dev] [dwm] bug: title rules

2009-07-12 Thread Anselm R Garbe
2009/7/11 yy : > 2009/7/11 Szabolcs Nagy : >> * applyrule()+arrange() is called whenever client title changes > > +1, but only if the client has no tags yet. Yes there'll be a dirty flag for clients, so that rules are applied as long as it's clean. Kind regards, Anselm

Re: [dev] [dwm] bug: title rules

2009-07-11 Thread yy
2009/7/11 Szabolcs Nagy : > * applyrule()+arrange() is called whenever client title changes +1, but only if the client has no tags yet. -- - yiyus || JGL .

[dev] [dwm] bug: title rules

2009-07-11 Thread Szabolcs Nagy
manage(): applyrules -> select mon -> set win geometry -> xconfigwin -> client sets title so applyrules() is called before app sets its title solutions: * one more applyrules() after xconfigwin in manage * separate applymonitorrule() * separate applytitlerule() * applyrule()+arrange() is called w