Skip to content

Commit 3c04468

Browse files
committed
Update README.md
1 parent 0dede19 commit 3c04468

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module uinput or compile it to the kernel for using linux-touch-gestures.
1616

1717
## Required libraries
1818

19-
The only need extra library should be [libiniparser](http://ndevilla.free.fr/iniparser/html/index.html).
19+
The only needed extra library should be [libiniparser](http://ndevilla.free.fr/iniparser/html/index.html).
2020

2121
## Compile and install
2222

@@ -45,8 +45,8 @@ The configuration is store in an ini file with the following sections and keys (
4545
* Enable -> enable the 2 finger zoom (true, **false**)
4646
* Delta -> move distance of a finger for a zoom event (integer, **200**)
4747
* [Thresholds]
48-
* Vertical -> threshold for vertical swipe events in percent (unsigned integer, **15**)
49-
* Horizontal -> threshold for horizontal swipe events in percent (unsigned integer, **15**)
48+
* Vertical -> threshold for vertical swipe events in percent of the touchpad's height (unsigned integer, **15**)
49+
* Horizontal -> threshold for horizontal swipe events in percent of the touchpad's width (unsigned integer, **15**)
5050
* [2-Fingers]
5151
* Up -> combination of keys that should be emulated by swiping with 2 fingers up
5252
* Down -> combination of keys that should be emulated by swiping with 2 fingers down

0 commit comments

Comments
 (0)