LoginSignup
0
0

More than 5 years have passed since last update.

MacBook TouchBar の動作がおかしいときの対処

Last updated at Posted at 2018-10-12

TouchBar は固まったり表示が崩れたりすることがたまにあります。
試すことは以下の2つです。

別のアプリケーションにフォーカスする

アクティブにしているアプリを切り替えると治ることがあります。
Chrome から エディタ、エディタから Finder など切り替えてみましょう。

Touchbar を再起動する

以下のコマンドで再起動します。

#!/bin/sh
sudo pkill "TouchBarServer" && sudo pkill "Touch Bar agent"
killall ControlStrip

cli を作ったのでどうぞ。

$ restart-touchbar
$ npm i -g restart-touchbar

GitHub: https://github.com/elzup/restart-touchbar

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0