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 whenever client title changes

Reply via email to