surface-snippets/xorg.conf.d/50-touchpad.conf

13 lines
399 B
Plaintext

Section "InputClass"
Identifier "Microsoft Surface Type Cover Touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "true"
Option "TappingDrag" "true"
Option "TappingDragLock" "true"
Option "TappingButtonMap" "lrm"
Option "DisableWhileTyping" "true"
Option "ScrollMethod" "twofinger"
Option "ClickMethod" "clickfinger"
Option "HorizontalScrolling" "true"
EndSection