From 2d9a38909a5ad0085ff8f448d6402b998c895cf0 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Wed, 21 Jul 2021 23:08:24 +0200 Subject: [PATCH] Add Wacom driver for tablet --- etc/X11/xorg.conf.d/50-tablet.conf | 6 ++++++ packages | 1 + 2 files changed, 7 insertions(+) create mode 100644 etc/X11/xorg.conf.d/50-tablet.conf 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