Created
December 23, 2019 16:07
-
-
Save skryvets/59d556c6f14e92c4f5429ae32bc9122e to your computer and use it in GitHub Desktop.
Restart Mac's touchbar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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