spaces icon indicating copy to clipboard operation
spaces copied to clipboard

Support for "Window Naming"

Open nathanmfast opened this issue 4 years ago • 3 comments

There is an awesome Experiment in Chrome called "Window Naming" that allows you to give a window a name so that it displays that name on the toolbar / task switcher / etc, rather than just showing the title of whatever tab you have selected within that window. You can see it here: chrome://flags/#window-naming

It'd be amazing if spaces could sync with this name when this experiment is enabled and the user has named the window. I'm not sure of the details of how the extension works, but I would imagine this effort would involve reading this name to use within Spaces and also updating the name of the window when the name changes in Spaces.

nathanmfast avatar Jan 08 '21 17:01 nathanmfast

Chrome has now launched with this feature to name windows (In the Window menu). If this is available to Chrome extensions, it seems like this extension should just name the window to the name of the Space when opened.

codedread avatar Apr 26 '21 17:04 codedread

I'd love it if it could rename my Windows too, that'd be awesome :)

Not sure if the window name is updatable through the Chrome Window API though, I had a very quick look and couldn't see anything? Does anyone else know how to update a Window Name via API?

KiLLeRRaT avatar May 02 '22 23:05 KiLLeRRaT

This is my biggest pet peeve, but it's a limitation of the Chrome API. I have a fork of this repo ready to implement the change once the Chrome API adds support. https://developer.chrome.com/docs/extensions/reference/windows/

JesKingDev avatar Apr 21 '23 20:04 JesKingDev