I use a "tabbed" scheme in Xfce/xfwm4 (tied to the B5 window manager theme). Being able to control the tab title would make this system even more effective for me but I have yet been able to find a way to override the application from setting the title dynamically. I suspect it may not be possible but thought it worth asking.
|
feedback
|
|
your windowmanager determines the 'title' of the window by looking at the WM_NAME property of the window (other props could be used as well, but WM_NAME is common). you can get that property by:
by using
you can set a new title. that could do what you want. see 'man xprop' for more info. | |||
feedback
|
|
There doesn't currently appear to be an option for this. You can submit a request for it though. | |||
|
feedback
|