Skip to content

A simple program to show what's happening on another screen if the mouse enters it

License

Notifications You must be signed in to change notification settings

sidit77/display_peek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Display Peek

Overview

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

Demo.mp4

Installation

The program is distributed as a single binary, no installation is necessary.

Pre-built Binaries

You can download pre-built binaries directly from the release section:

Download

Building from Source

Simply clone the repository and build using cargo:

git clone https://github.com/sidit77/display_peek.git
cd display_peek
cargo build --release

Configuration

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.

Limitations

Apps running as administator can block to cursor tracking als long as they are focused unless this app is also running as administrator.

License

MIT License

About

A simple program to show what's happening on another screen if the mouse enters it

Resources

License

Stars

Watchers

Forks

Packages

No packages published