From 28a3897995ff21f63f7893f43582532e4717b8d9 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 11 Apr 2017 19:11:04 -0400 Subject: [PATCH] Fix TouchBar when it (frequently) breaks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From http://osxdaily.com/2017/01/11/manually-refresh-touch-bar-mac/ this will reset the control portion of the touch bar which has been frequently breaking in New and Interesting Ways™. --- aliases-mac | 1 + 1 file changed, 1 insertion(+) diff --git a/aliases-mac b/aliases-mac index aa13b20..026c0b0 100644 --- a/aliases-mac +++ b/aliases-mac @@ -1 +1,2 @@ alias google-chrome="open -a Google\ Chrome" +alias fixbar="killall ControlStrip"