Browse Source

Add Wacom driver for tablet

master
Riyyi 3 years ago
parent
commit
2d9a38909a
  1. 6
      etc/X11/xorg.conf.d/50-tablet.conf
  2. 1
      packages

6
etc/X11/xorg.conf.d/50-tablet.conf

@ -0,0 +1,6 @@
Section "InputClass"
Identifier "Tablet"
Driver "wacom"
MatchDevicePath "/dev/input/event*"
MatchUSBID "256c:006d"
EndSection

1
packages

@ -179,6 +179,7 @@ xarchiver
xclip
xdo
xdotool
xf86-input-wacom
xfsprogs
xorg-server
xorg-xev

Loading…
Cancel
Save