l10nelw / winger

Window Manager: A Firefox web extension for switching windows, moving tabs between windows, and more
https://addons.mozilla.org/firefox/addon/winger/
GNU General Public License v3.0
48 stars 7 forks source link

[Request] option to completely replace window name #28

Closed supersaiyansubtlety closed 7 months ago

supersaiyansubtlety commented 10 months ago

Currently window names appear to be <Winger name> - <original window name>; it'd be nice to have an option for it to just be <Winger name>.

If #27 is implemented, it'd also be nice to have an option for window names to be <shortened Winger name>.

Use case: I use TidyTabs and the default name for Tidy tabs for Firefox windows is the window name. Currently I manually rename them to remove the <original window name> part.

l10nelw commented 7 months ago

It's technically <title preface><current tab title>. Addons may only add a title preface. Meanwhile the tab title, really the document title, cannot be completely cleared -- if the document's title is blank, the document's url is shown as the tab title instead.

So I don't think it's possible to modify a window title in the manner you require, sorry.

supersaiyansubtlety commented 7 months ago

Ah ok