Skip to content

Instantly share code, notes, and snippets.

@ugurcetinkaya
ugurcetinkaya / Jitouch-Restarter
Created August 22, 2019 12:15 — forked from onevcat/Jitouch-Restarter
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 &