Skip to content

Instantly share code, notes, and snippets.

@vicente-gonzalez-ruiz
Last active July 22, 2020 19:06
Show Gist options
  • Save vicente-gonzalez-ruiz/3aa5e2d8d45970a0e6156d0aa1663798 to your computer and use it in GitHub Desktop.
Save vicente-gonzalez-ruiz/3aa5e2d8d45970a0e6156d0aa1663798 to your computer and use it in GitHub Desktop.
sudo cat > /etc/X11/xorg.conf.d/30-touchpad.conf << EOF
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "tapping" "on"
Option "AccelProfile" "adaptive"
Option "TappingButtonMap" "lrm"
EndSection
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment