MacOS X Tips: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
*sonoma メモ
Terminal.app でチカチカするので、カーソル付近のIM切り替え表示を消す。
<syntaxhighlight lang="bash" enclose="div">
defaults write kCFPreferencesAnyApplication TSMLanguageIndicatorEnabled 0
</syntaxhighlight>
capslockの吹き出しを消す
<syntaxhighlight lang="bash" enclose="div">
sudo defaults write /Library/Preferences/FeatureFlags/Domain/UIKit.plist redesigned_text_cursor -dict-add Enabled -bool NO
</syntaxhighlight>
*同一人物でTouchIDでFast User Switch
当たり前なのですが、同じ指は使えないw
私は2つのアカウント使い分けたら良かったので、左右の手の人差し指と中指をそのアカウントに設定する用にした。サクッとアカウントが切り替わって超便利!
*homebrewで導入したpythonで"Unexpected error: PermissionError"
*homebrewで導入したpythonで"Unexpected error: PermissionError"
いろいろ調べたら、python-certifi あたりでエラーっぽい。ありがちだなと調べたらビンゴ。
いろいろ調べたら、python-certifi あたりでエラーっぽい。ありがちだなと調べたらビンゴ。