12 lines
351 B
Text
12 lines
351 B
Text
Section "InputClass"
|
|
Identifier "touchpad"
|
|
Driver "libinput"
|
|
MatchIsTouchpad "on"
|
|
Option "Tapping" "on"
|
|
Option "TappingButtonMap" "lrm"
|
|
Option "ClickMethod" "clickfinger"
|
|
Option "TappingDrag" "true"
|
|
Option "TappingDragLock" "true"
|
|
Option "NaturalScrolling" "false"
|
|
Option "DisableWhileTyping" "true"
|
|
EndSection
|