-
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
Moving a program with you to another virtual desktop #16
Comments
I currently use Virtual Desktop Enhancer to that effect. It's no longer maintained, but still works. You can configure keyboard shortcuts to move the currently focused program to an adjacent desktop, either with you or without changing desktops yourself. I personally have set |
An existing alternative to virtual desktop enhancer, MoveToDesktop, is not archived, though it is limited to this one virtual desktop feature (move window hotkey). For me it's indispensable, and would be great to have the feature natively! |
for keeping stuff documented, https://docs.microsoft.com/en-us/sysinternals/downloads/desktops is one tool that had a basic UX for virtual desktops long ago |
* added locks in FancyZones (microsoft#12) * deadlock fix (microsoft#15)
Set AutoUpdates off as default setting
This isn't exactly the same thing (the proposal is mainly useful for when it comes to reorganising your windows using nothing but the keyboard) but it definitely helps for some cases |
Ah toggle that setting on the active window, actually I really like that and would use that more often. Good call imo. |
Note: #4298 is basically a duplicate of this idea, though it talks about "sending" a window to a specific virtual desktop rather than bringing it with when switching. |
XMonad only has the concept of sending a window over, and then you switch over with the usual command. More useful that way I'd think, since I often want to "clean up" and send a window I don't want to close somewhere else. |
Not to claim that this is the most useful post ever, but in my previous setup, I had a tool that did two things that I liked
I don't remember the name and I also cannot find it, hence my original remark of "not the most useful post ever". Sorry and if I find it I'll update here. It was certainly on github and worked as a portable as well. The app deserves much more visibility as well. If anyone knows it, please post as well because it would be a great base to discuss upon. |
One that does that (it uses WIN-key+1..20 to switch to desktops) is WS Virtual Desktop Tool, available on the MS Store . It too does transfer windows to a desktop with shortcuts. https://www.microsoft.com/en-us/p/ws-virtual-desktop-tool/9n5wrj22t733?activetab=pivot:overviewtab |
Thank you. It was not from the store but a stand alone executable. Might have evolved to the paid app's link. |
Since we're collecting... this one also provides the functionality: https://github.com/ViRb3/SylphyHornEx |
And to follow krisrok's link, here's one that actually works on Win11. These obviously are just workarounds and it would be MUCH preferred to have a PowerToys version of the functions provided by these applications. |
Since my ticket was closed as a duplicate, I think it's better to post it here. The solution I found to achieve this relies in a AHK Script Answer found here: https://superuser.com/questions/950452/how-to-quickly-move-current-window-to-another-task-view-desktop-in-windows-10. I edited the keybindings from the original owner to
Just compile it as an executable and put it on |
Interesting solution. |
@renantmagalhaes nice job. worked. I would still love for it to be part of Powertoys |
It's been 5 years since this was opened. Can we get an update on it's development? If any maintainer has time, please take a look at it. |
For reference, a working AHK v2's script is the following.
Reference: https://superuser.com/a/1850434/303655 |
We're reaching the 6th year anniversary of this issue 🥳. Unfortunately I am not allowed to use AHK on my work machine. Gnome/Ubuntu/Fedora has this simple feature for years 🥹 No in all seriousness, I like PowerToys a lot. Could we receive an update on its development? If any maintainer has time, please review it. |
Almost six years in, PowerToys already handles proper tiling and other features—why not this as well? |
One of the thing I've found lacking ever since I started using the virtual desktops is the ability to move a window with you while moving to another virtual desktop.
Currently, we can move to another desktop using the shortcut
ctrl + win + left/right
, I feel like a shortcut along the lines ofctrl + win + alt + left/right
could be used to make the current active window move with you to the next desktopI have no idea if this fits as a powertoy, please tell me if it doesn't !
The text was updated successfully, but these errors were encountered: