Skip to content

Commit 58a337a

Browse files
committed
added readme
1 parent 922a367 commit 58a337a

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Scroll with Pointer Movement CLI
2+
3+
Scroll without a scroll wheel by moving a pointer (mouse, trackball, touchpad, trackpoint). Enables scrolling with devices without a scroll wheel (e.g. Logitech Marble Trackball). General ergnonomics utility. Command line tool.
4+
5+
Activation:
6+
- hold keyboard key (combo)
7+
- toggle with keyboard key (combo) on/off
8+
9+
# Dependencies
10+
- Linux
11+
- X11
12+
- libXi
13+
- libXtst
14+
- libXfixes
15+
16+
## Install Dependencies
17+
18+
### Debian-based system (Debian, Ubuntu):
19+
`sudo apt install libxi6 libxtst6 libxfixes3`
20+
21+
### Fedora / Redhat:
22+
`sudo dnf install libXi libXtst libXfixes`

0 commit comments

Comments
 (0)