Welcome to mouse-jiggler! This simple program will keep your mouse jiggling whenever you want and can be customized to your liking for whatever your use case may be. Once set up, it will work in the background exactly like any other program running on your machine and work through keyboard shortcuts, exactly like copy and paste. To start the jiggler, all you have to do is press cmd+shift+u
and to stop it simply press cmd+shift+k
. That's it, it's really that simple! There will also be notifications communicating the status, like when you enable it you'll get a standard Mac notification (like all the others) informing you that it is enabled and the same for when you turn it off.
Heard enough and wanna get started? Read the easiest setup method section to get this up and running in as little as a minute!
Note
This project currently only supports MacOS however, support for other operating systems is coming soon!
This project is available to download through Python's package manager; pip
We will be running this in a tmux
session to ensure the program can run in the background without issues
tmux
are installedInstall the brew
package manager here
Once installed, run brew install Python
to install Python, then brew install tmux
to install tmux
Tip
If this causes any errors in regards to not being able to find brew, refer to the homebrew official documentation here
Start a tmux
session with: tmux new-session -s mysession
Replace mysession
with your desired session name
Run pip3 install mouse-jiggler-macos
to install the mouse-jiggler package
Once installed, simply run jiggler
and you are good-to-go!
Tip
Verify installation correctly by pressing cmd+shift+u
to start the jiggler, you should see a notification in the top-right corner (Remember cmd+shift+k
to turn off)
Close the terminal, if it says "terminate session" that is okay! Terminating the tmux
session won't close the program
Caution
If your computer sleeps, the program will still be running however, if the computer shuts down the program will unfortunately end. You will have restore the tmux
session manually which can be done by doing steps 2 and 4 again.
Clone the Repo: git clone https://github.com/UmairK5669/mouse-jiggler.git
Install the dependencies: pip3 install -r requirements.txt
Enter the directory where the mouse jiggler code is present: cd mouse_jiggler
Run the program: python3 jiggler.py
Install tmux
using Homebrew: brew install tmux
Start a tmux
session: tmux new-session -s mysession
Replace mysession
with your desired session name
Start the process in the tmux
session: python3 'path/to/jiggler.py'
Caution
You might want to install the dependencies again in the tmux
session as it could cause issues if you don't
Your jiggler is setup in the background and won't end process when your computer sleeps. In the event of a computer restart, you will need to restore the tmux
session manually.
Thank you for getting this far with my app, I really hope you were able to set it up and use it without issues. Please don't hesitate to contact me for any issues or for collaboration as I'm always up for innovation! Reach out via email or social links from my GitHub profile. Thanks ?!