跳到主要内容

Shell Commands

0 强制使用核显;1 强制使用独显 2 自动切换显卡
别问我为什么经常需要这个

sudo pmset -a GPUSwitch 0

Time Machine 加速备份

sudo sysctl debug.lowpri_throttle_enabled=0

使 dock 栏只显示已打开的应用程序

defaults write com.apple.dock static-only -bool FALSE; killall Dock