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
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 .
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