We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63994b commit 0bb02f3Copy full SHA for 0bb02f3
README.md
@@ -35,7 +35,9 @@ make install
35
The configuration is store in an ini file with the following sections and keys (The default values are marked as bold):
36
37
* [Gernaral]
38
- * TouchDevice (required) -> path to the touch device (/dev/input/...)
+ * 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**)
41
* [Scroll]
42
* Vertical -> enable vertical scrolling (true, **false**)
43
* Horizontal -> enable horizontal scrolling (true, **false**)
0 commit comments