michaelkolesidis / mouse-jiggler

Simple mouse jiggler to keep your computer from sleeping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mouse-jiggler

mouse-jiggler

Simple mouse jiggler to keep your computer from sleeping. It moves the mouse cursor back and forth a set amount of pixels, after a set amount of time.

Dependencies

  • evemu-tools

Instructions

To run mouse jiggles, first make sure the file has the permission to be executed as a program and run it as root.

It can take up to two arguments, the first argument is the amount of time between jiggles (in seconds) and the second argument is the distance of the jiggle (in pixels). If you don't provide arguments, the default values will be used: 30 seconds and 10 pixels.

You might want to be able to run mouse-jiggler from the terminal, from anywhere in your system. To achieve that follow these steps:

  1. Create a folder named scripts (or anything you want) inside your home folder.
  2. Add this line to the basrc file located in your home folder:
export PATH=$PATH:~/scripts
  1. Mode .both mouse-jiggler.sh and mj files to the scripts folder. Make sure the mj file has the permission to be executed as a program.
  2. Now, you can run mouse-jiggler from any path in your system simply using the command:
mj

Acknowledgement

Based on an answer by Howard Connellan with some modifications by me.

License

Copyright (c) 2023 Michael Kolesidis
Licensed under the GNU General Public License v3.0.

About

Simple mouse jiggler to keep your computer from sleeping.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%