summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 4 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 8d48660..8a55002 100644
--- a/INSTALL
+++ b/INSTALL
@@ -28,7 +28,10 @@ Section "InputDevice"
Driver "synaptics"
Identifier "Mouse[1]"
Option "Device" "/dev/psaux"
- Option "Edges" "1900 5400 1800 3900"
+ Option "LeftEdge" "1900"
+ Option "RightEdge" "5400"
+ Option "TopEdge" "3900"
+ Option "BottomEdge" "1800"
Option "Finger" "25 30"
Option "MaxTapTime" "20"
Option "MaxTapMove" "220"