Last active
January 22, 2018 03:04
-
-
Save cattaka/b0d35b6ddf657b8a0be0bbd96299adf9 to your computer and use it in GitHub Desktop.
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
/usr/share/X11/xorg.conf.d/70-synaptics.conf | |
Section "InputClass" | |
Identifier "touchpad catchall" | |
Driver "synaptics" | |
MatchIsTouchpad "on" | |
# This option is recommend on all Linux systems using evdev, but cannot be | |
# enabled by default. See the following link for details: | |
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html | |
# MatchDevicePath "/dev/input/event*" | |
Option "TapButton1" "1" | |
Option "TapButton2" "3" | |
Option "TapButton3" "2" | |
Option "VertEdgeScroll" "on" | |
Option "VertTwoFingerScroll" "on" | |
Option "HorizEdgeScroll" "on" | |
Option "HorizTwoFingerScroll" "on" | |
Option "VertScrollDelta" "-111" | |
Option "HorizScrollDelta" "-111" | |
Option "Emulate3Buttons" "on" | |
## Synaptics Edges (303): 162, 3902, 129, 2276 | |
# Option "AreaLeftEdge" "0" | |
Option "AreaRightEdge" "3200" | |
# Option "AreaTopEdge" "0" | |
# Option "AreaBottomEdge" "0" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment