Last active
January 3, 2016 14:49
-
-
Save sgricci/8478386 to your computer and use it in GitHub Desktop.
Synaptics configuration for Samsung Series 7 laptop
This file contains hidden or 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 "np900x3b clickpad" | |
MatchIsTouchpad "on" | |
MatchDevicePath "/dev/input/event*" | |
Option "ClickPad" "1" | |
Option "ClickFinger1" "1" | |
Option "ClickFinger2" "3" | |
Option "ClickFinger3" "2" | |
Option "PalmDetect" "1" | |
Option "PalmMinWidth" "5" | |
Option "PalmMinZ" "40" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment