blob: f390b935b1f1c4f7767203f66e5741061db5afe9 (
plain)
1
2
3
4
5
6
7
8
9
|
Section "InputClass"
Identifier "Trackpad preferences"
MatchIsTouchpad "on"
Driver "libinput"
Option "NaturalScrolling" "1"
Option "Tapping" "1"
Option "ScrollPixelDistance" "40"
EndSection
|