All pastes #2049475 Raw Edit

Mine

public text v1 · immutable
#2049475 ·published 2011-04-22 21:04 UTC
rendered paste body
cat /etc/X11/xorg.conf.d/30-touchpad.conf 
Section "InputClass"
        Identifier "evdev touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "synaptics"
EndSection