Resize and move windows like in KDE/i3 on Windows with Win+Mouse!
Rewrite of https://github.com/IsacEkeroth/ahk-resize-windows in C++
- Run
winget install alvesvaren.resizer2in a terminal window. This will start the program and enable autostarting!
- Download the latest version of the installer
- Run the installer
The program is also available as a portable .exe file, which can be ran without installation
However, auto starting is not automatically set up unless you use the installer,
and it doesn't allow you to move system windows unless running as administrator
- Win + Left Mouse Button to move windows. If a window is fullscreened or maximized, it will snap between monitors
- Win + Shift + Left Mouse Button to snap windows. You can snap windows to each quadrant of the screen, or each half of the screen. Move the mouse close to the zone you want to snap to!
- Win + Right Mouse Button to resize windows from the closest corner
- Win + Scroll Up/Down to change window opacity
- Win + Middle mouse to minimize a window
- Win + Double click Left Mouse Button to maximize/restore a window
- Download and start the latest version of the installer
- Changes the system cursors to reflect what's happening
- Can be closed from the system tray
- To not make the start menu appear, it fakes the combination Win+LShift, which usually doesn't do anything, but might conflict with other hotkeys you have set up.
- It needs to run as administrator to work for system windows (such as the task manager), if you don't want this, use the portable version.
- Some fullscreen apps really doesn't like being moved to another monitor, so depending on the application it may or may not work as expected. Please report any broken apps as an issue, and I'll add it to the blacklist!
- Only precompiled to x64, but should work on arm64 with emulation. 32-bit might work if you compile it yourself!
- It moves the parent window, but some apps are coded incorrectly which makes them behave weird when moved using this.
When installing using the setup program, you can choose to enable auto starting (default)
You can uninstall it using the built in uninstallation feature in windows.