Advertisement
Guest User

Untitled

a guest
Jul 16th, 2017
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Match on all types of devices but tablet devices and joysticks
  2. Section "InputDevice"
  3.     Identifier  "wacom stylus"
  4.     Driver      "libinput"
  5.     Option      "Device"        "/dev/input/event0"
  6.     Option      "Type"          "tablet"
  7.     Option          "AutoServerLayout"  "true"
  8. EndSection
  9.  
  10. Section "InputDevice"
  11.     Identifier  "wacom touch"
  12.     Driver      "libinput"
  13.     Option      "Device"        "/dev/input/event1"
  14.     Option      "Type"          "touch"
  15.     Option          "AutoServerLayout"  "true"
  16. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement