Skip to content

Instantly share code, notes, and snippets.

@Nervengift
Last active May 1, 2019 17:03
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 Nervengift/c49f9e3702826d6019a12abbd339b7b2 to your computer and use it in GitHub Desktop.
Save Nervengift/c49f9e3702826d6019a12abbd339b7b2 to your computer and use it in GitHub Desktop.
Enable native libinput gestures for wacom displays (tested with Thinkpad X230t). Copy to /etc/X11/xorg.conf.d/50-wacom.conf
Section "InputClass"
Identifier "Wacom touch options"
MatchDriver "wacom"
MatchProduct "Finger"
Option "Gesture" "off"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment