Skip to content

Instantly share code, notes, and snippets.

@ryoakg
Created February 28, 2020 03:33
Show Gist options
  • Save ryoakg/0a2bdc0652067a9f85c7e6cb2baf23c9 to your computer and use it in GitHub Desktop.
Save ryoakg/0a2bdc0652067a9f85c7e6cb2baf23c9 to your computer and use it in GitHub Desktop.
ミヨシ(MCO) なめらかUSBタッチパッド TTP-US01 用
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "3"
Option "TapButton3" "2"
Option "VertEdgeScroll" "off"
Option "VertTwoFingerScroll" "on"
Option "HorizEdgeScroll" "off"
Option "HorizTwoFingerScroll" "on"
Option "HorizScrollDelta" "50"
Option "CircularScrolling" "off"
Option "EmulateTwoFingerMinZ" "40"
Option "EmulateTwoFingerMinW" "8"
Option "CoastingSpeed" "0"
Option "FingerLow" "30"
Option "FingerHigh" "50"
Option "MaxTapTime" "125"
EndSection
@ryoakg
Copy link
Author

ryoakg commented Feb 28, 2020

事前に
$ pacman -S synaptics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment