Simone Mouse Mover is a simple script that automatically moves your mouse after detecting inactivity. It monitors your mouse position, and when no movement is detected within a set time, it moves the mouse to a random position on the screen. This is ideal for keeping the system active or preventing screensavers from triggering.
- Monitors mouse activity every second.
- Moves the mouse to a random position if no activity is detected for 60 seconds.
- Fully customizable time interval for mouse movement.
- Lightweight and easy to use.
-
Clone this repository to your local machine:
git clone https://github.com/lorenzoceglia/simone-mouse-mover.git cd simone-mouse-mover
-
Install dependencies using pnpm:
pnpm install
To start the script, simply run the following command:
pnpm start