Skip to content

Commit

Permalink
Tap drag lock timeout: update readme, add tips.
Browse files Browse the repository at this point in the history
!fixup
  • Loading branch information
p2rkw committed Jan 21, 2018
1 parent 758338c commit 01c4f25
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,16 @@ Increase TapMaxDist to give stationary finger more freedom.
Set Hold1Move1Button to 0 to disable, set to other value to send button other
than "1".

##### Persistent dragging
If you're using lot of tools that require dragging you can make it a little bit
easier by enabling persistent tap-to-drag:
```
Option "TapDragLockTimeout" "-1"
```
With that change you will have to perform additional tap when dragging with
tap-to-drag. Other positive values will let you continue yor drag within
specified time.

[1]: http://www.kernel.org/doc/Documentation/input/multi-touch-protocol.txt "Kernel Multitouch Protocol"
[2]: http://www.gnu.org/licenses/gpl-2.0.html "GNU General Public License, version 2"
[3]: http://bitmath.org/code/multitouch/ "xf86-input-multitouch website"
Expand Down

0 comments on commit 01c4f25

Please sign in to comment.