Skip to content

Instantly share code, notes, and snippets.

@onevcat
Created February 15, 2016 04:14
Show Gist options
  • Star 25 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save onevcat/57bf8109317512774478 to your computer and use it in GitHub Desktop.
Save onevcat/57bf8109317512774478 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 &
@iamarsenibragimov
Copy link

@onevcat How to make it run in system startup?

@phanshiwen
Copy link

You can try calling it from an automator script

@i0sa
Copy link

i0sa commented Oct 15, 2019

You can try calling it from an automator script
@phanshiwen

I tried calling the last command line but it did not work in automator script, any other solutions to get JITouch to launch at startup in macbook pro with touch bar ?

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