stefansundin / altdrag

:file_folder: Easily drag windows when pressing the alt key. (Windows)
https://stefansundin.github.io/altdrag/
GNU General Public License v3.0
1.42k stars 94 forks source link

Snaps any window #167

Open aubymori opened 1 year ago

aubymori commented 1 year ago

The reimplementation of Aero Snap in AltDrag causes any window to be snappable, which can create some pretty odd side effects. image image image

aubymori commented 1 year ago

This is similar to a bug in the Task Manager from before Windows 8, where the Maximize option showed on any window. image

RamonUnch commented 1 year ago

AltDrag considers all windows as resizable, I added the option in my fork, to only resize windows that have the resizing borders. I will probably sublit a PR so that the original AltDrag can benefit form this too as it is pretty basic.