Инструменты пользователя

Инструменты сайта


os:macos

Не видеть версии выше 15-й

sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate.plist MaxMajorOSVersion -int 15

Изменение кодека для 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"

Discord red screen

open /Applications/Discord.app --args --use-angle=gl

Automator:

  1. Тип: Программа
  2. Запустить скрипт оболочки
  3. код выше
  4. сохранить в программы
  5. profit!
os/macos.txt · Последнее изменение: kubada