adding touchpad.conf

This commit is contained in:
Tissevert 2022-10-23 11:58:28 +02:00
parent 683bd93c6b
commit 203f079099
1 changed files with 11 additions and 0 deletions

11
touchpad.conf Normal file
View File

@ -0,0 +1,11 @@
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