-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Full window manager including specific layouts for docking and undocking laptops #4
Comments
It would also be nice to have support for a tiling window manager |
Long live i3, dwm, and all the other tiling wms! |
Also if this would be supported for remote desktop clients depending on the size/number of screens for the remote desktop session, it would be awesome |
100% for this, here is a reddit thread with some existing tilers for windows. i3-like windows management would be a dream in.... windows |
I cannot stand how when I undock my laptop all of my windows jump to the laptop monitor. When I dock again they don't return to their assigned monitor. Solve that problem and this will instantly become my favorite feature. |
An issue specific for a tiling Window Manager was created in #37 |
My problem is similar but the windows that were on different screens do NOT get pulled onto the laptop monitor. They continue to exist and run way off the screen. As a hack I can ALT-Tab to them, then press Windows+SpaceBar, then press "M" to invoke the move option to let me use the arrow keys. It works about 50% of the time, assuming I can determine where I need to blindly move the window. Having a hotkey that would re-center all windows on the current active screen (and possibly remember when I re-dock my laptop) would be a great help. |
I currently use AutoHotKey to reposition all my main apps to the desired screen and size, set to Win+Alt+W. Not Ideal, not 100% reliable (occasionally have to run it twice) but better than manually doing it every single time. |
The most promising modern window tilling manager for windows I've seen so far is this one named MaxTo. Not perfect or free, but nice. |
+1 for this! |
+1 on this from me, and +(about a dozen) from my friends who use i3 on Linux and dread booting back to windows. This, and the virtual desktop aspect of i3/awesome/etc. being vastly superior to Windows's desktop environment is exactly why having WSL wasn't enough to get me to switch back to windows and none of the current hacky implementations are good enough |
At any time Microsoft can buy my tiling WM for Windows, called Stack. Written in C#, customizable layouts via XAML, etc. Half of a yearly MS Senior SDE total comp would cover the expenses. I can give a 20% discount, if it will be open-sourced :). See https://losttech.software/stack.html AFAIK, there are some people in MS already using it and paying for it. And the rest just don't know yet about its existence, because I am a terrible marketer :-D . |
I think that the most important part of a "power user's" window manager is the ability to control it programmatically. When I am not using Windows, I tend to use As long as we are plugging projects, I have implemented an I would LOVE for similar functionality to exist in PowerToys, because it would mean I have to maintain one less code base :) |
It would be great if different screen have each their own virtual desktop/workspace. This means that you have a set of workspaces (virtual desktops) that you can map to screens. i3 for example is great at this. Having such a feature would make using virtual desktop and multiple screen much more pleasant. Indeed, this mean that you can switch the virtual desktop on one screen leaving the other screen intact, or that you can exchange virtual desktops (move virtual desktop of screen A to screen B, and the virtual desktop of screen B to screen A). |
@nlescoua - Nothing like asking for Nirvana, eh? Dang! Well, I suppose, if you don't ask, you don't get. Right?!?! I second this one. This would be an amazing feature!!! |
* encapsulated GridLayoutInfo
Shifting here as seems idea already flagged up... Summary of the new feature/enhancementSupport for restoring a Window layout when reconnecting to a Docking Station or additional display (e.g. a Wireless display in a meeting room). Proposed technical implementation details (optional)Layouts would need to assigned to (multiple) specific monitors and Windows assigned to Zones within Multiple Layouts with some form of auto-detect magic to switch based on Monitor IDs - assume this is similar tech to virtual desktop switching? |
Adding a comment based on #1480 (closed) Feature: When docking the computer, windows snap to their previously defined zone. The current problem is the need to re-snap (reposition) windows to their zones after the computer is docked. Assumption: the windows were assigned a zone prior to undocking. Ideal operation: |
…saprency option, zone coloring customization) (#1666) * Fancy zones ui update (#4) * Draft of numeric fancyzones with numbers * Added support for zone color configuration, improved zone number display * Changed order of settings to more logical * Added option to edit zone border color * Trancparency of dragged window, transparency of displayed zones, changed font of zone numbers * Fix for compilation * Some refactor * Introduced gdiplus to draw zone and zone index * Fix for dissappering windows * Some fixes * another merge fix * another merge fix * Unit test merge fix * Transparency with show zones on all fix * indentation fix * Fix for failing test * Changed order of color pickers * "Zone Opacity" * Zone opacity (%) * Added option to turn off dragged window transparency, changed default zones color values
…ions Update readme VS build instructions
Added wox to the runner of PowerToys
any news on this or are we going to be forced to use windows 11? |
I don't like 11 either, but maybe calling a companies newest product garbage in the same breath that you're asking for a feature to be backported into an open source project isn't the best call. To answer the question, yes, you'll need 11. They basically did a full WM, DE, and compositor rewrite to allow for it. I don't think it could easily be put into PowerToys. There are other, weirder 3rd party tools that will allow you to get closer to this, or you can write a boat load of AHK scripts. Or you can use 11, installed via RUFUS to bypass the online account requirement and run ShutUp10 to get rid of most of the telemetry. Or you can vote with your wallet and hard commit to Linux. But coming in to any organization's repo to call their newest product garbage is pretty not cool, even if the target is an organization with the past of M$, the team at M$ + community contributions here don't deserve that disrespect. I don't have any contributions in this repo or any association with M$ (writing from Linux, even) but this just irks me to see. |
Yes you are right I retracted. Was angry after win11 upgrade basically removed/broke things and performs badly and tricked me to use MS account in everything instead of a single app. Thanks for the suggestions I'll give them a go. |
This should also work for KVM and not just docking |
I don't get how "use Windows 11" is shouted as "solution" for the docked/undocked-windows-mashup-issue. For me it still fails like it does/did at Win 10. Switching from docked to undocked (via hibernation) and vice versa, all windows are still sticking to the screen they were in the previous setup. There is no remembering and restoring - only when switching right at the runtime of Windows. I'm hibernating a lot and after restoring things still don't improve compared to Win 10. Specific issue:
expectation: Windows 11 restores all windows to their screens used at step 1. |
On the tiling WM angle, Fancy WM (among a couple others) really are pretty good proof of concepts for i3 style tiling in Windows. The biggest problem really does seem to be maintaining one of the projects... |
Hello! I'd love to see tiling windows management in FancyZones. I don't like the way Fancy WM is using, it is only a vertical layout, while Hyprland is able to automatically create vertical and horizontal layouts. |
I think what I need is #2694 |
Getting more of the projects broken into into files. Based on #3
This was mentioned in the README so I'm creating the issue as it sounds like a neat idea to me
I'm assuming this would allow for more flexible window arrangements than the current quadrant snapping, etc.
The text was updated successfully, but these errors were encountered: