]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - xorg-x11-drv-synaptics/50-synaptics.conf
paxctl: Update to 0.8.
[people/ms/ipfire-3.x.git] / xorg-x11-drv-synaptics / 50-synaptics.conf
1 Section "InputClass"
2 Identifier "touchpad catchall"
3 Driver "synaptics"
4 MatchIsTouchpad "on"
5 MatchDevicePath "/dev/input/event*"
6 EndSection
7
8
9 # Quirks for special touchpads
10
11 # Some devices have the buttons as part of the lower edge of the
12 # touchpad. Pressing a button moves the cursor, causing cursor jumps and
13 # erroneous clicks.
14 # Use the synaptics area property to work around this, udev labels these
15 # devices for us as touchpad_button_overlap.
16 # Affected: Dell Mini
17 Section "InputClass"
18 Identifier "touchpad button overlap"
19 MatchIsTouchpad "on"
20 MatchTag "touchpad_button_overlap"
21 Option "AreaBottomEdge" "4000"
22 EndSection