Skip to content

Instantly share code, notes, and snippets.

@Stefan-Code
Created April 25, 2016 18:59
Show Gist options
  • Save Stefan-Code/dea7763b1de1c1bff6b8c3a68b85abfd to your computer and use it in GitHub Desktop.
Save Stefan-Code/dea7763b1de1c1bff6b8c3a68b85abfd to your computer and use it in GitHub Desktop.
xorg config for lenovo x240
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