A small hot corners implementation for Windows 10/11

Provides hot corner functionality for Windows 10/11, similar to GNOME.

Configuration is currently hard-coded. The following parameters can be modified prior to compilation:

Inspired by https://github.com/taviso/hotcorner

Build and Install (PowerShell)

git clone https://github.com/timrobertsdev/hotcorners.git cd hotcorners cargo build cp .\target\release\hotcorners.exe "$env:APPDATA\Microsoft\Windows\Start Menu\Programs\Startup\"

Uninstall (PowerShell)

rm "$env:APPDATA\Microsoft\Windows\Start Menu\Programs\Startup\hotcorners.exe"

Todo: