TypeCover touchpad Xorg config
This commit is contained in:
parent
090c2554c9
commit
1a54587db4
|
@ -0,0 +1,13 @@
|
||||||
|
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
|
Loading…
Reference in New Issue