Skip to content

Instantly share code, notes, and snippets.

@ugurcetinkaya
Forked from onevcat/Jitouch-Restarter
Created August 22, 2019 12:15
Show Gist options
  • Save ugurcetinkaya/9f7d55c11eb80409f29b0777352dcf80 to your computer and use it in GitHub Desktop.
Save ugurcetinkaya/9f7d55c11eb80409f29b0777352dcf80 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