Skip to content

Instantly share code, notes, and snippets.

@DinkDonk
Last active June 26, 2023 02:33
Show Gist options
  • Save DinkDonk/ae03d33e19d8931e65717cbd95c6d50c to your computer and use it in GitHub Desktop.
Save DinkDonk/ae03d33e19d8931e65717cbd95c6d50c to your computer and use it in GitHub Desktop.
Restart Wacom driver on Mac OS
#!/bin/sh
# This script depends on coreutils.
# It can be installed with homebrew:
# $ brew install coreutils
gtimeout 3s /Library/Application\ Support/Tablet/WacomTabletDriver.app/Contents/MacOS/WacomTabletDriver
@z0u
Copy link

z0u commented Oct 26, 2020

This file was in a different location for me. Maybe it has changed? On my machine I can start the driver like this:

/Applications/Wacom\ Tablet.localized/.Tablet/WacomTabletDriver.app/Contents/MacOS/WacomTabletDriver &

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment