Mouse Jiggler
Mouse Jiggler¶
Feature overview
Mouse Jiggler simulates mouse movement to:
- Prevent sleep or standby
- Stop screen savers from activating
- Run automatically in the background
- Avoid interfering with normal use
Enable¶
-
Edit
/etc/kvmd/override.yaml: -
Restart kvmd:
-
Enable it from the top-right system menu:
How It Works¶
Behavior
- The system monitors user input (keyboard and mouse)
- After 60 seconds of inactivity:
- Absolute mode: move to
(-100, -100)-> wait ->(100, 100)-> wait - Relative mode: move
(-10, -10)-> wait ->(10, 10)-> wait - Repeat until user input is detected
Highlights
- Supports both absolute and relative modes
- Coordinates adjust to screen resolution
- Runs even if the web UI is closed
- Pauses automatically when the user is active
- Only starts after 60 seconds of inactivity
Use Cases¶
- Monitoring software installs remotely
- Preventing auto lock or sleep
- Keeping systems active
- Long unattended operations
