10 lines
267 B
Plaintext
10 lines
267 B
Plaintext
|
Section "InputClass"
|
||
|
Identifier "libinput touchpad catchall"
|
||
|
MatchIsTouchpad "on"
|
||
|
MatchDevicePath "/dev/input/event*"
|
||
|
Option "Tapping" "True"
|
||
|
Option "TappingDrag" "True"
|
||
|
Option "NaturalScrolling" "True"
|
||
|
Driver "libinput"
|
||
|
EndSection
|