1. 加速OSX Lion

    …真不懂這些拖慢動作的動畫作來作啥的

    加速切換space的動畫:

    defaults write com.apple.dock workspaces-swoosh-animation-off -bool YES && killall Dock
    

    ref: http://apple.stackexchange.com/questions/17929/how-can-i-disable-animation-when-switching-desktops-in-lion

    關掉「把開啟視窗之前有一個小小的zoom in視窗特效」

    defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled
    

    http://osxdaily.com/2011/07/25/disable-the-new-window-animation-in-mac-os-x-lion/

    加速mission-control特效的速度

    defaults write com.apple.dock expose-animation-duration -float 0.1; killall Dock
    

    其他一些跟動畫無關可是很煩人的東西

    改回按著按鍵 = 重複輸入字元

    Disable the character picker: “defaults write -g ApplePressAndHoldEnabled -bool NO”
    

    關掉弱智auto-correct

    defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool NO
    

    讓finder重新顯示~/Library

    chflags nohidden ~/Library
    

    其他還有很多

    可以的話我還想關掉auto-save。這根本是我主要的損失文件原因…

    3 months ago  /  0 notes