summarylogtreecommitdiffstats
path: root/30-touchpad.conf
blob: ae064ee0f175470a049b3856af011c1041f42300 (plain)
1
2
3
4
5
6
7
8
9
Section "InputClass"
    Identifier "libinput touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "libinput"
    Option "Tapping" "on"
    Option "NaturalScrolling" "true"
    Option "AccelSpeed" "0.5"
EndSection