Skip to content

Instantly share code, notes, and snippets.

@zepadovani
Last active September 4, 2022 20:09
Show Gist options
  • Save zepadovani/4017533e129cc11564d0491189f31c1f to your computer and use it in GitHub Desktop.
Save zepadovani/4017533e129cc11564d0491189f31c1f to your computer and use it in GitHub Desktop.
Shell Script to configure Wacom to use with sketchbook
#!/usr/bin/env bash
# script to use Wacom One CTL-472 with Sketchbook in Wine (button2 => pan+zoom; button3 => alternate brush)
xsetwacom set "Wacom One by Wacom S Pen stylus" "Button" "2" "key +space "
xsetwacom set "Wacom One by Wacom S Pen stylus" "Button" "3" "key +s "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment