Last active
January 29, 2018 16:27
-
-
Save jfschaff/7ec8cdb5f52988fa756a7293bfcabbe2 to your computer and use it in GitHub Desktop.
libinput configuration file on Lenovo T470s with Ubuntu 16.04 LTS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Place this file in
/etc/X11/xorg.conf.d/
Restart X server
systemctl restart lightdm.service
More info, see :