Skip to content

An application that wiggles your mouse in set intervals

License

Notifications You must be signed in to change notification settings

NerrickT/wigglemouse

This branch is up to date with samuelskanberg/wigglemouse:master.

Repository files navigation

WiggleMouse

An app that wiggles your mouse in set intervals. Though dead simple, quite popular with more than 40 000 downloads 2009-2015.

Build and run

To build from source with ant, type:

ant run

This will compile the source files, make an executable jar file and run that.

You can of course import into Eclipse and run from there as well without ant.

Usage

From a standalone jar file, simply run:

java -jar wigglemouse.jar

If you want to run without a gui:

java -jar wigglemouse.jar -nogui

If you want to set an interval from the command line, e.g. 10 seconds:

java -jar wigglemouse.jar -interval 0:0:10

Website

Please visit http://wigglemouse.sourceforge.net/

Downloads

Please visit sourceforge

About

An application that wiggles your mouse in set intervals

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%