Skip to content

Instantly share code, notes, and snippets.

@jimbert
Last active February 22, 2017 23:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimbert/7163d7cacaa43effdeb312d110b77508 to your computer and use it in GitHub Desktop.
Save jimbert/7163d7cacaa43effdeb312d110b77508 to your computer and use it in GitHub Desktop.
Fix apple touch bar when it stops working
# fix the fucking touch bar
# Stick this in your zshrc or bash_profile and call it when
# basic computer controls stop working for no good reason.
function ftftb {
pkill "Touch Bar agent"
killall ControlStrip
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment