Skip to content

Commit 0bb02f3

Browse files
committedApr 20, 2019
Adapt README
1 parent d63994b commit 0bb02f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ make install
3535
The configuration is store in an ini file with the following sections and keys (The default values are marked as bold):
3636

3737
* [Gernaral]
38-
* TouchDevice (required) -> path to the touch device (/dev/input/...)
38+
* TouchDevice -> path to the touch device (/dev/input/...), if none given linux-touch-gestures tries to find a applicable input device
39+
* Retries -> if the input device is not yet available retry it again x times (integer, **2**)
40+
* RetryDelay -> the amount of seconds to wait before looking again for the input device (integer, **5**)
3941
* [Scroll]
4042
* Vertical -> enable vertical scrolling (true, **false**)
4143
* Horizontal -> enable horizontal scrolling (true, **false**)

0 commit comments

Comments
 (0)