Skip to content

Instantly share code, notes, and snippets.

@Mazuh
Created March 11, 2018 18:35
Show Gist options
  • Save Mazuh/f2fed8ae1cf9384d72ee6fffc619e2b4 to your computer and use it in GitHub Desktop.
Save Mazuh/f2fed8ae1cf9384d72ee6fffc619e2b4 to your computer and use it in GitHub Desktop.
Quck xsetwacom setup
xsetwacom list
pen="Wacom Intuos S 2 Pen stylus"
pad="Wacom Intuos S 2 Pad pad"
xsetwacom set "$pad" Button 3 'key ctrl z' # undo
xsetwacom set "$pen" Button 2 'key p' # paint brush
xsetwacom set "$pen" Button 3 'key shift e' # erase tool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment