GI - 2007-08-28

Logged In: YES
user_id=862337
Originator: NO

Hmm. This gets tricky. Firstly with Xft the number of characters in the tab title can vary. So where to truncate becomes an issue!

Secondly, perhaps what you want can already be achieved using the titleFormat option. This allows for you to have your favourite sticky prefixes, suffixes, etc.

If however you want to add truncation as a % interpolated sequence in the titleFormat option (e.g. say "%T-3,$" to represent the last three characters in the title), then that would be a little more flexible.

It however still does not solve the problem under Xft, since you still would not know how much to truncate...

PS: If you follow this up on the dev mailing list, we can discuss the solution further. Or if you find the titleFormat option already does what you need, just close this :).