adding touchpad.conf
This commit is contained in:
parent
683bd93c6b
commit
203f079099
1 changed files with 11 additions and 0 deletions
11
touchpad.conf
Normal file
11
touchpad.conf
Normal 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
|
Loading…
Reference in a new issue