On Thu, Jul 07, 2011 at 03:18:21PM +0200, Ruben Gonzalez Arnau wrote: > Talking about remember applications when restarting, it's possible > to remember "terminals" too? When I restart dwm everything is okey > with my config.h rules and each app goes to its tag, except all > xterms go to tag 1, I think that is the normal behavior now, not > sure if exist an easy solution. any idea?
Apart from giving title to your xterms and rules in config.h to match them I don't see anything. For such a case it could be useful to be able to retitle a xterm on the fly via dmenu and xprop like one is able to change url in surf. No idea how much it would bloat the term codebase ... And/Or a wrapper script which prompt you for the title via dmenu with a predefined list corresponding to your rules and spawns the term titled accordingly.