=== Изменение кодека для Bluetooth === sudo defaults read bluetoothaudiod sudo defaults write bluetoothaudiod "Enable AAC codec" -bool true / false sudo defaults write bluetoothaudiod "Enable AptX codec" -bool true / false ---- === Переиндексация === sudo mdutil -i on / //если spotlight не выполняет поиск приложений/файлов// ---- === Автоповтор нажатия клавиш === defaults write -g ApplePressAndHoldEnabled -bool FALSE ---- === Пустой разделитель в Dock === defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="small-spacer-tile";}' && killall Dock ---- === Google Chrome red screen === open /Applications/Google\ Chrome.app --args --use-angle=gl chrome://flags/#use-angle переключить на "OpenGL"