Skip to content

Instantly share code, notes, and snippets.

@StevenMacias
Created December 12, 2019 20:04
Show Gist options
  • Save StevenMacias/cb3f74c48dc5e1c62df64c578c76954b to your computer and use it in GitHub Desktop.
Save StevenMacias/cb3f74c48dc5e1c62df64c578c76954b to your computer and use it in GitHub Desktop.
steven@steven-legion:~$ sudo nano /usr/share/X11/xorg.conf.d/40-libinput.conf
Make your touchpad section look like:
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "True"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment