File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,9 @@ make install
3535The 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** )
You can’t perform that action at this time.
0 commit comments