-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Taskbar widget to view currently selected virtual desktop #3737
Comments
Hi @Beej126 |
oh ok, thanks... makes sense of course... didn't realize they were undocumented =) |
We can keep the issue open. |
I'm just going to aside that implementing something like VDesk in Powertoys (accessible from keybinds as well as scriptable through the command line) would make the virtual desktops a lot more useful in general. |
Win11 being imminent prompted me to take a fresh look around ... i believe this is where we should expect to see them: looking for:
Grabacr07/VirtualDesktop is a good C# wrapper reference implementation. |
Loaded Win11 beta (Version 21H2 Build 22000.100) and poking around, looks like DeskBands are no longer supported. |
Hi, all! I have a question. Aren't these documented APIs available for use? Why can't we use them? |
i just re-checked that page and the ones i listed above don't appear to be doc'd yet (e.g. IVirtualDesktopNotification)... are you seeing something different? |
Hi, |
@GuimLe - thanks for sharing, SlyphyHorn looks nicely done. i'm still mourning the loss of DeskBands in Win11 😿... it was a nice space to innovate... the Taskbar is the one slice of UI that naturally stays put between vdesktop transitions and therefore the perfect place for a little vdesk management widget ... i feel like the one insane guy in the whole universe that sees the beauty 😕... attaching gif movie of my prototype project in case anybody is wondering what i really mean... but hold the phone! i've been using StartAllBack for a few weeks now and it's obviously hacking around but it's been totally stable for me even after up'ing to Win11 22H2, and i'm pretty sure it restores the Deskband features while otherwise providing a great Win11 style taskbar... sure enough, this media controls sample app installs in seconds and while it's UX doesn't really work for me, the deskband portion actually displays on Win11+StartAllBack!! 😲 ... funny thing, since i left the corporate cell where i was forced to multitask so much, my interest in vdesks has waned... still, would be fun to update my project to .net 6 and make it install as easily as this one |
Taskbar widget to view currently selected virtual desktop
(First off, THANK YOU for these tools! FancyZones, etc, are great for workflow)
It doesn't seem we have a native Windows feature to see which virtual desktop we're on at a glance.
A taskbar "toolbar" aka DeskBand lends itself well since it remains consistent while the desktops shuffle.
It's particularly compelling now that we can name virtual desktops in Win10 20-04, yay! =)
Proposed technical implementation details
I've implemented a rough working example here and am already pleased with the workflow enhancement it provides.
The text was updated successfully, but these errors were encountered: