Skip to content

Instantly share code, notes, and snippets.

@jpcaparas
Last active May 11, 2019 05:28
Show Gist options
  • Save jpcaparas/8dcfe190905398712547fcbbde30a882 to your computer and use it in GitHub Desktop.
Save jpcaparas/8dcfe190905398712547fcbbde30a882 to your computer and use it in GitHub Desktop.
Fedora 30 touchpad fix with Synaptics legacy driver
# Used in conjunction with xorg-x11-drv-synaptics-legacy
Section "InputClass"
Identifier "Synaptics legacy driver options"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "synaptics"
Option "TapButton1" "1" # Non-corner one finger tap: Left mouse button click
Option "TapButton2" "3" # Non-corner three finger tap: Middle mouse button click
Option "TapButton3" "2" # Non-corner two finger tap: Right mouse button click
Option "VertScrollDelta" "-99" # Natural scrolling
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment