hrt10の日記

色々な設定のメモやら何やら

TISwitcherを止める

Process list を見てると、たまにTISwitcherというのが上がってくる。調べてみたら、Cmd+Space長押しでInput Sourceを切り替える奴らしー
要らなさげ(必要だったらCmd+Opt+Spaceで切り替えるし)なので、この辺を参考に止めてみる。

  1. root になる(or write系は sudo を使う)
  2. defaults read /System/Library/LaunchAgents/com.apple.tiswitcher で Disable があればオッケ。なければ、
  3. defaults write /System/Library/LaunchAgents/com.apple.tiswitcher Disabled -bool yes
  4. chmod 644 /System/Library/LaunchAgents/com.apple.tiswitcher.plist
  5. killall TISwitcher

復帰のためのメモ

  1. root になる(or sudo を使う)
  2. defaults delete /System/Library/LaunchAgents/com.apple.tiswitcher Disabled
  3. chmod 644 /System/Library/LaunchAgents/com.apple.tiswitcher.plist