This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "InputClass" | |
Identifier "touchpad" | |
Driver "synaptics" | |
MatchIsTouchpad "on" | |
# Enables Palm Detection to prevent bad clicks | |
# This seems to work on PS/2, but not on i2c | |
Option "PalmDetect" "1" | |
Option "PalmMinWidth" "8" | |
Option "PalmMinZ" "100" | |
# Enable clickpad support |