A sleek and simple tool to quickly resize your active window with a keyboard shortcut.
Perfect for developers, designers, and anyone who needs to manage window sizes with precision and speed! 🚀
Get the Python program to get xResize on your system.
Download xresize.pyxResize allows you to snap your active window to any size you define.
This tool is designed specifically for Debian-based Linux distributions (like Ubuntu, Mint, etc.) using the X11 display server. It will not work on Wayland or other operating systems.
1. System Tools:
This tool uses `wmctrl` and `xdotool` to manage windows.
sudo apt update
sudo apt install wmctrl xdotool
2. Python Libraries:
It uses PySide6 for the user interface and pynput for keyboard shortcuts.
pip install PySide6 pynput
python xresize.pynohup python xresize.py &Ctrl + Alt + X.WIDTHxHEIGHT (e.g., 1920x1080).Enter.Esc.xResize licensed under the GPLv3 License.
Website licensed under the MIT License.