$ sudo vi /usr/share/X11/xorg.conf.d/81-local-touchscreen-tweaks.conf
# Tweaks for the Wacom touchscreen on a ThinkPad X201 Tablet.
Section "InputClass"
Identifier "local touchscreen tweaks"
# Product to configure.
MatchProduct "Wacom Serial Penabled 2FG Touchscreen Finger"
# Driver to use for this device.
# (Identical to the default, so not essential to mention.)
Driver "wacom"
# Disable multi-touch gestures to fix tap-to-click issues.
Option "Gesture" "off"
EndSection