Skip to content

Instantly share code, notes, and snippets.

@thatchrisblack
Created May 10, 2018 18:18
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 thatchrisblack/3084bad0be5e21c388bb8acb1a30448a to your computer and use it in GitHub Desktop.
Save thatchrisblack/3084bad0be5e21c388bb8acb1a30448a to your computer and use it in GitHub Desktop.
libinput.conf fix for palm detection for Dell XPS 9360
# Depending on your distro this goes in /etc/X11/xorg.conf.d/ or /usr/share/X11/xorg.conf.d
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "True"
Option "PalmDetection" "True"
Option "TappingDragLock" "True"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment