Somedays back I had posted a question on how to make the Dock appear in my MAC appear faster. As I have kept it Auto-Hide and I was given two comnmads to run on Terminal to improve the resposne time and make it faster. These were the two commands.
defaults write com.apple.dock autohide-time-modifier -float 0.7; killall Dock
defaults write com.apple.dock autohide-delay -float 0; killall Dock
So out of these are other necessary to be run? I understand the second one. but whey is the first one that needs to be run? what does it do?
defaults write com.apple.dock autohide-time-modifier -float 0.7; killall Dock
defaults write com.apple.dock autohide-delay -float 0; killall Dock
So out of these are other necessary to be run? I understand the second one. but whey is the first one that needs to be run? what does it do?