A simple app for Windows that mirrors a screen onto another every time the mouse enters it. This is very useful for multi-monitor setups where one of the monitors is not easily visible (projector setup, source switched, etc.).
Demo.mp4
The program is distributed as a single binary, no installation is necessary.
You can download pre-built binaries directly from the release section:
Simply clone the repository and build using cargo:
git clone https://github.com/sidit77/display_peek.git
cd display_peek
cargo build --release
This app is configured using its config file. Simply right click the tray icon and click Open Config
. The app will automatically reload the config everytime you save.
Apps running as administator can block to cursor tracking als long as they are focused unless this app is also running as administrator.
MIT License