Skip to content

Leelalu/vecrat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vecrat

Applies velocity to mouse affected through cmd line.

Installation

Can install the server and client for vecrat in “/usr/local/bin” with this command:

sudo make install

Usage

Starting

You can star vecrat by simply launching without arguments

vecrat

Alter offset

To give the server an offset use

vecrat xoffsetnum yoffsetnum

Stop acceleration

For stoping mouse movement use –stop flag

vecrat --stop

Exit vecrat

To send a quit request use –exit flag

vecrat --exit

Configuration

Configuration can be done by altering the difinitions within main.c

To change how the offset controls velocity to fine tune it to you alter this definition. For setting the min/max you can set the OFFSETTRIM definition

#define OFFSETTRIM 20

About

Applies constant velocity to mouse through cmd line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published