Skip to content

Instantly share code, notes, and snippets.

@sgricci
Last active January 3, 2016 14:49
Show Gist options
  • Save sgricci/8478386 to your computer and use it in GitHub Desktop.
Save sgricci/8478386 to your computer and use it in GitHub Desktop.
Synaptics configuration for Samsung Series 7 laptop
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