Skip to content

Instantly share code, notes, and snippets.

@jagmitg
Forked from onevcat/Jitouch-Restarter
Created April 13, 2018 13:03
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 jagmitg/c80f808ff423160047b0d150679468e7 to your computer and use it in GitHub Desktop.
Save jagmitg/c80f808ff423160047b0d150679468e7 to your computer and use it in GitHub Desktop.
This gist kill Jitouch and then restart it. It solves problems when using Jitouch with Magic Trackpad 2
pkill -f "Jitouch"
sleep 5
nohup ~/Library/PreferencePanes/Jitouch.prefPane/Contents/Resources/Jitouch.app/Contents/MacOS/Jitouch > /dev/null 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment