Skip to content

Duplicates the mouse wheel events in order to speed up scrolling

Notifications You must be signed in to change notification settings

dixflatlinr/mouzwheeler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MouzWheeler

A simple script that duplicates mouse wheel up and down events - so your scrolling speed will be faster under Linux. This applies only for the first input device that is a mice and has a wheel.

Installation - Automatic

Download the whole repo.chmod +x installer; ./installer to run the installer.

Installation - Manual

The app uses only one external python package dependency: evdev. In order to run the package installation yourself, execute:

pip install -r requirements.txt

AS ROOT:

# Copy over the files from the ```_``` directory.
cp -a _/* /
# Reload new systemd service unit files
systemctl daemon-reload
# enable+start the service
systemctl enable mouzwheeler
systemctl start mouzwheeler
# enjoy!

Configuration

The app related configuration can be found under /etc/default/mouzwheeler.

About

Duplicates the mouse wheel events in order to speed up scrolling

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages