An application that enables Windows the same feature hot-conner that MacOS has.
Very envious of MacOS and Kde's hot corner feature, so wrote one for windows
If you want to build it by yourself, clone this repository and execute those commands:
pip install tk
pip install pyautogui
pip install pystray
pip install pillow
pip install pyinstaller
pyinstaller -F -w -i icon.ico --add-data 'icon.ico;.' --add-data 'fire-alt.png;.' hot_conner.py
then your exe will appears in a dictionary named 'dist' or you can just download the latest release.
When you building, use UPX will makes your exe smaller, run command as follow:
pyinstaller -F -w -i icon.ico --add-data 'icon.ico;.' --add-data 'fire-alt.png;.' hot_conner.py --upx-dir your/path/to/upx
You can customize the configuration at the icon in the system tray


