Skip to content

Instantly share code, notes, and snippets.

@jptcnde
Created July 17, 2019 18:55
Show Gist options
  • Save jptcnde/f830e96b3ceeca1bf0345e8629cd535a to your computer and use it in GitHub Desktop.
Save jptcnde/f830e96b3ceeca1bf0345e8629cd535a to your computer and use it in GitHub Desktop.
configure linux ubuntu touchpad
Section "InputClass"
Identifier "06CB0001:00 06CB:7FB4 Touchpad" # check the device name with xinput list
MatchIsTouchPad "on"
MatchDevicePath "/dev/input/event*"
MatchDriver "libinput"
Option "AccelSpeed" "0.9"
Option "NaturalScrolling" "true"
Option "ScrollMethod" "twofinger"
Option "SendEventsMode" "enabled"
Option "Tapping" "1"
Option "DisableWhileTyping" "true"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment