这是一个创建于 3852 天前的主题,其中的信息可能已经有所发展或是发生改变。
估计以后重装系统时第一步是先干这个,不然浑身难受
#Finder
#disable snap to grid animation
defaults write com.apple.finder AnimateSnapToGrid -bool false
#disable some animations
defaults write com.apple.finder DisableAllAnimations -bool true
#disable opening files zoom animation
defaults write com.apple.finder ZoomRects -bool false
#disable animations in Get Info window
defaults write com.apple.finder AnimateInfoPanes -bool false
#disable slow-motion animation when press shift
defaults write com.apple.finder QLEnableSlowMotion -bool false
#other... make ~ as path bar base location
defaults write com.apple.finder PathBarRootAtHome -bool true
#Launchpad
#speed fade-in
defaults write com.apple.dock springboard-show-duration -float 0.1
#speed fade-out
defaults write com.apple.dock springboard-hide-duration -float 0
#Mission Control
#speed show and hide animation
defaults write com.apple.dock expose-animation-duration -float 0
#reduce window drag delay
defaults write com.apple.dock workspaces-edge-delay -float 0
#Other
#speed roll out animation of save dialog
defaults write NSGlobalDomain NSWindowResizeTime -float 0.1
#speed opening files zoom animation
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false
#other... show file extension globally
defaults write NSGlobalDomain AppleShowAllExtensions -bool true
如有副作用,请指出。。
5 条回复 • 2014-05-13 22:46:40 +08:00
|
|
1
shendancan 2014-05-03 09:35:48 +08:00
试了之后,4纸向上推的动画,感觉好生硬啊
|
|
|
2
bingowrt 2014-05-03 09:54:26 +08:00 via Android
为什么要不用动画呢?效率能高多少?
|
|
|
3
marklrh 2014-05-04 12:00:14 +08:00
请问在哪里改动呢
|
|
|
4
qian 2014-05-04 12:58:33 +08:00
= = 终端
|
|
|
5
qian 2014-05-13 22:46:40 +08:00
挖坟... 取消动画对应 Keyboard Maestro 的 GUI 动作是很重要的,会 AppleScript 的人不用理会动画的延迟,但 AppleScript 熟练度低的人只能靠 KM 过渡,过渡时在用 KM GUI 动作时总需要通过取消动画来减少 macro 耗时吧?
|