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