Last active
May 1, 2019 17:03
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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