summaryrefslogtreecommitdiff
path: root/.b/etc/X11/xorg.conf.d/40-libinput.conf
blob: 4857fd4b1fe9b0c842004381cffceaae6b837b95 (plain) (blame)
1
2
3
4
5
6
7
8
Section "InputClass"
     Identifier "libinput touchpad catchall"
     MatchIsTouchpad "on"
     MatchDevicePath "/dev/input/event*"
     Option "NaturalScrolling" "true"
     Option "Tapping" "on"
     Driver "libinput"
EndSection