12 lines
347 B
Text
12 lines
347 B
Text
|
Section "InputClass"
|
||
|
Identifier "touchpad overrides"
|
||
|
# This makes this snippet apply to any device with the "synaptics" driver
|
||
|
# assigned
|
||
|
MatchDriver "synaptics"
|
||
|
|
||
|
####################################
|
||
|
## The lines that you need to add ##
|
||
|
# Enable left mouse button by tapping
|
||
|
Option "TapButton1" "1"
|
||
|
EndSection
|