Last active
May 11, 2019 05:28
-
-
Save jpcaparas/8dcfe190905398712547fcbbde30a882 to your computer and use it in GitHub Desktop.
Fedora 30 touchpad fix with Synaptics legacy driver
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
# 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