-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Naming virtual desktops #13
Comments
wow only 4 short years later ;) and Windows 10 20H1 aka 20.04 just provided this feature in the Win+Tab view... sure would be nice now to see this name inside the notification tray icon =) |
I would like to do this outside of updating windows (as it is outside of my control - organization level) |
@bill-dev-978 makes a good point... if this tool can extend to support display names instead of just a virtual desktop index number, then i no longer care what Windows does natively =) i took a quick peek at this code and no surprise, the tray icon flips through 9 static icons to show desktop #'s 1-9... which naturally fits in the limited space available but not conducive to showing longer textual names... brainstorming out loud, maybe i'd like something more along the lines of the "address toolbar" that comes with Windows (screenshot attached)... that kind of a dropdown right there seems like a nice dual purpose of showing currently selected and as well as selecting another =) looks like this kind of UI gets implemented via "IDeskband2" interface... and looks like we have at least one C# sample code =) |
Sounds like a good compromise
… On Apr 27, 2020, at 4:54 PM, Beej ***@***.***> wrote:
@bill-dev-978 makes a good point... if this tool can extend to support display names instead of just a virtual desktop index number, then i no longer care what Windows does natively =)
i took a quick peek at this code and no surprise, the tray icon flips through 9 static icons to show desktop #'s 1-9... which naturally fits in the limited space available but not conducive to showing longer textual names... brainstorming out loud, maybe i'd like something more along the lines of the "address toolbar" that comes with Windows (screenshot attached)... that kind of a dropdown right there seems like a nice dual purpose of showing currently selected and as well as selecting another =) looks like this kind of UI gets implemented via "IDeskband2" interface... and looks like we have at least one C# sample code =)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
i implemented the hack i wanted here and am very pleased, thanks to the libraries doing all the hard work =)... sorta dare anybody to get it installed, not easy at the intersection of COM and new .net assemblies, even under net472 vs core |
Currently with windows 2004 it is possible to get (not set) the name for the current virtual desktop. I wrote about it in a other github project. |
It would be neat if we could name or alias the virtual desktops, and have a set of them created with certain names at boot time.
The text was updated successfully, but these errors were encountered: