Skip to content

Instantly share code, notes, and snippets.

@skryvets
Created December 23, 2019 16:07
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 skryvets/59d556c6f14e92c4f5429ae32bc9122e to your computer and use it in GitHub Desktop.
Save skryvets/59d556c6f14e92c4f5429ae32bc9122e to your computer and use it in GitHub Desktop.
Restart Mac's touchbar
pkill "Touch Bar agent";
killall "ControlStrip";
#or the same with sudo
sudo pkill "Touch Bar agent";
sudo killall "ControlStrip";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment