Skip to content

Instantly share code, notes, and snippets.

@JamesTheAwesomeDude
Created June 21, 2018 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JamesTheAwesomeDude/829c63068dcd30dcb3d25c00aed6f0ec to your computer and use it in GitHub Desktop.
Save JamesTheAwesomeDude/829c63068dcd30dcb3d25c00aed6f0ec to your computer and use it in GitHub Desktop.
# /etc/X11/xorg.conf.d/40-libinput-tapping.conf
# https://bugzilla.xfce.org/show_bug.cgi?id=14085
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
# MatchDevicePath "/dev/input/event*"
# Driver "libinput"
Option "tapping"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment