Skip to content

Commit

Permalink
touchpad
Browse files Browse the repository at this point in the history
  • Loading branch information
bitemyapp committed Aug 17, 2012
1 parent 3dda0b8 commit ee3dd8b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .touchpad.sh
Expand Up @@ -5,3 +5,21 @@ synclient TapButton2=2
synclient TapButton3=3
synclient TapAndDragGesture=0
synclient PalmDetect=1

# /etc/X11/xorg.conf.d
# Drop a file with your configs in there called “60-synaptics.conf”. (The xorg driver has some defaults stored in a file beginning with “50″, which is why I used “60″ to override them.)

# Section "InputClass"
# Identifier "touchpad"
# Driver "synaptics"
# MatchIsTouchpad "on"
# MatchDevicePath "/dev/input/event*"
# Option "FingerHigh" "50"
# Option "RTCornerButton" "0"
# Option "RBCornerButton" "0"
# Option "MinSpeed" "0.7"
# Option "MaxSpeed" "1.7"
# Option "SHMConfig" "on"
# Option "TapAndDragGesture" "off"
# Option "PalmDetect" "on"
# EndSection

0 comments on commit ee3dd8b

Please sign in to comment.