Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aurelienpierre/8640827 to your computer and use it in GitHub Desktop.
Save aurelienpierre/8640827 to your computer and use it in GitHub Desktop.
Run the configuration script '/usr/bin/tablette.sh' when a Wacom Intuos is plugged. You have to save this command into /etc/udev/rules.d/90-wacom.rules
ACTION=="add", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0303", RUN+="/usr/bin/tablette.sh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment