Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelkolesidis/mouse-jiggler
Simple mouse jiggler to keep your computer from sleeping.
https://github.com/michaelkolesidis/mouse-jiggler
always-on-display jiggler mouse-events mouse-jiggler mouse-move mouse-movement mouse-movements prevent-screen-lock preventing-sleep
Last synced: 2 days ago
JSON representation
Simple mouse jiggler to keep your computer from sleeping.
- Host: GitHub
- URL: https://github.com/michaelkolesidis/mouse-jiggler
- Owner: michaelkolesidis
- License: gpl-3.0
- Created: 2023-01-11T11:41:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T12:58:00.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T05:40:53.810Z (7 months ago)
- Topics: always-on-display, jiggler, mouse-events, mouse-jiggler, mouse-move, mouse-movement, mouse-movements, prevent-screen-lock, preventing-sleep
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![mouse-jiggler](./mouse-jiggler.gif)
# 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
```3. 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.
4. Now, you can run mouse-jiggler from any path in your system simply using the command:
```
mj
```## Acknowledgement
Based on an [answer](https://askubuntu.com/a/1441179/1458474) by [Howard Connellan](https://askubuntu.com/users/1650401/howard-connellan) with some modifications by me.
## License
Copyright (c) 2023 Michael Kolesidis
Licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.html).