Created
April 25, 2016 18:59
-
-
Save Stefan-Code/dea7763b1de1c1bff6b8c3a68b85abfd to your computer and use it in GitHub Desktop.
xorg config for lenovo x240
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
Section "InputClass" | |
Identifier "Clickpad" | |
MatchIsTouchpad "on" | |
MatchDevicePath "/dev/input/event*" | |
Driver "evdev" | |
# Synaptics options come here. | |
Option "Clickpad" "true" | |
option "EmulatedMidButtonTime" "0" | |
Option "SoftButtonAreas" "65% 0 0 40% 42% 65% 0 40%" | |
Option "AreaBottomEdge" "0%" | |
EndSection | |
Section "InputClass" | |
Identifier "TrackPoint" | |
MatchProduct "TrackPoint" | |
MatchDriver "evdev" | |
Option "EmulateWheel" "1" | |
Option "EmulateWheelButton" "2" | |
Option "XAxisMapping" "6 7" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment