Skip to content

Instantly share code, notes, and snippets.

@dgoodlad
Created January 23, 2017 00:16
Show Gist options
  • Save dgoodlad/2d525870c9bdd07c577dcf655f541fb4 to your computer and use it in GitHub Desktop.
Save dgoodlad/2d525870c9bdd07c577dcf655f541fb4 to your computer and use it in GitHub Desktop.
FYTB
# Fuck you touchbar
# Restarts the MBP touchbar software when it breaks:
# buttons stop working, or disappear, or whatever.
fuckyoutouchbar() {
pkill "Touch Bar agent"
killall ControlStrip
echo ":boom: TouchBar"
}
alias fytb=fuckyoutouchbar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment