Skip to content

Instantly share code, notes, and snippets.

@jfschaff
Last active January 29, 2018 16:27
Show Gist options
  • Save jfschaff/7ec8cdb5f52988fa756a7293bfcabbe2 to your computer and use it in GitHub Desktop.
Save jfschaff/7ec8cdb5f52988fa756a7293bfcabbe2 to your computer and use it in GitHub Desktop.
libinput configuration file on Lenovo T470s with Ubuntu 16.04 LTS
# /etc/X11/xorg.conf.d/40-libinput.conf
# run
# systemctl restart lightdm.service
# after changing this file to restart X server
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "on"
Option "Natural Scrolling" "on"
Option "Accel Speed" "1"
EndSection
@jfschaff
Copy link
Author

jfschaff commented Jan 29, 2018

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