summarylogtreecommitdiffstats
path: root/90-evdev-trackpoint.conf
diff options
context:
space:
mode:
authorDominik Förderer2015-06-09 06:45:46 +0200
committerDominik Förderer2015-06-09 06:45:46 +0200
commit41a4532f7924e7d5d8d399e6315b4e886491c453 (patch)
treee048111da8ea030c2a643c8e977750a0be72bc97 /90-evdev-trackpoint.conf
downloadaur-41a4532f7924e7d5d8d399e6315b4e886491c453.tar.gz
Initial import
Diffstat (limited to '90-evdev-trackpoint.conf')
-rw-r--r--90-evdev-trackpoint.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/90-evdev-trackpoint.conf b/90-evdev-trackpoint.conf
new file mode 100644
index 000000000000..690e4bf5fc2c
--- /dev/null
+++ b/90-evdev-trackpoint.conf
@@ -0,0 +1,22 @@
+Section "InputClass"
+ Identifier "Clickpad"
+ MatchIsTouchpad "on"
+ MatchDevicePath "/dev/input/event*"
+ Driver "evdev"
+ # Synaptics options come here.
+ Option "TapButton1" "1"
+ Option "TapButton2" "3"
+ Option "TapButton3" "2"
+ Option "SoftButtonAreas" "60% 0 0 40% 40% 60% 0 40%"
+ Option "AreaTopEdge" "40%"
+ Option "AreaBottomEdge" "0"
+EndSection
+
+Section "InputClass"
+ Identifier "TrackPoint"
+ MatchProduct "TrackPoint"
+ MatchDriver "evdev"
+ Option "EmulateWheel" "1"
+ Option "EmulateWheelButton" "2"
+ Option "XAxisMapping" "6 7"
+EndSection