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

13 lines
399 B
Plaintext
Raw Permalink Normal View History

2021-05-14 13:04:19 +03:00
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