-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Virtual Desktop Window Manager #6797
Comments
Cool idea. The Settings would be directly added into the settings app inside PT. Shortcuts would be ctrl-win-numbers |
It whould mainly be awsome if there is also something minimal displaying the desktop you switch to. I advice capslock + button. Here`s a ahk script if you dident know of it already. |
Hey there :) I'd totally love such an implementation. In my opinion we should even go a step further and implement an at a glance section as described in #3737. |
Not sure whether this belongs here, but I would also love to switch to a VD by typing its name or number into the PowerToys run menu. Would be great if this could be implemented, too :-) |
Is this step necessary? |
PowerToys modules cannot use undocumented APIs. |
Image Transcription
Mike B - Microsoft Engineer (on Feedback Hub) |
There are private APIs that need to be surfaced and adjusted to not expose internal data structures. You don’t know how many desktops, what apps are there, is it pinned, ... |
PLEASE also add the ability to change the background (and even desktop icons) on each desktop! Thanks. |
Would very much like this. For me the usefulness of VD is drastically curtailed by the inability to move windows across them without opening the Task View and reaching for the mouse. A quick web search shows that there are many, many, many, many other people asking about such. |
Turns out this is tracked as issue #19! |
Add better hot-key support for Virtual Desktop Management
Issue
To switch from Virtual Desktop 1 to Virtual Desktop 3 the user must hit the following combination twice:
As the number of virtual desktops grows, so does the navigation.
To move an application from one virtual desktop to another, the user must: launch the task view, right click on the desired application and then select the desktop.
Inspiration i3WM
https://i3wm.org/
Key Features
Why?
Keeping specific applications on a virtual desktop can improve your workflow. Keep your IDE and your terminal on VD 1. Keep Mail and IM on VD 2. Browser on VD 3. ETC.
With a Virtual Desktop Window Manager, it is simple to switch directly to your workspace without needing to cycle through Virtual Desktops or Alt Tab.
POC
Current POC cannot capture WIN shortcut but powertoys can
![VDWM](https://user-images.githubusercontent.com/52797173/94061415-94ba7b80-fda2-11ea-938d-9df9f13d2da7.gif)
https://github.com/mattpasco-microsoft/VDWM
Next Steps
The text was updated successfully, but these errors were encountered: