diff --git a/etc/X11/xorg.conf.d/50-tablet.conf b/etc/X11/xorg.conf.d/50-tablet.conf new file mode 100644 index 0000000..6df0be5 --- /dev/null +++ b/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 diff --git a/packages b/packages index 4ddeedb..876d274 100644 --- a/packages +++ b/packages @@ -179,6 +179,7 @@ xarchiver xclip xdo xdotool +xf86-input-wacom xfsprogs xorg-server xorg-xev