1. Show Status bar in Safari
To implement this tweak:
- Start a new Terminal session (in Finder click Applications > Utilities > Terminal).
- To enable this setting, type (or copy and paste) the following command:
defaults write com.apple.Safari ShowStatusBar -boolean true
- To reset this setting to the default value, type (or copy and paste) the following command:
defaults delete com.apple.Safari ShowStatusBar
- To activate this tweak please close all instances of Safari, or wait until the next reboot.
- Close the Terminal session by typing
exitat the prompt.
2. Auto hide The Doc
To implement this tweak:
- Start a new Terminal session (in Finder click Applications > Utilities > Terminal).
- To enable this setting, type (or copy and paste) the following command:
defaults write com.apple.dock autohide -boolean true
- To reset this setting to the default value, type (or copy and paste) the following command:
defaults write com.apple.dock autohide -boolean false
- To activate this tweak immediately, type the following command, or wait until the next reboot:
killall Dock
- Close the Terminal session by typing
exitat the prompt.
3. Change Mission control animation speed
To implement this tweak:
- Start a new Terminal session (in Finder click Applications > Utilities > Terminal).
- To set this to Slow, type (or copy and paste) the following command:
defaults write com.apple.dock expose-animation-duration -float 1
To set this to Medium, type (or copy and paste) the following command:defaults write com.apple.dock expose-animation-duration -float 0.5
To set this to Fast, type (or copy and paste) the following command:defaults write com.apple.dock expose-animation-duration -float 0.15
To set this to Very Fast, type (or copy and paste) the following command:defaults write com.apple.dock expose-animation-duration -float 0.1
To set this to Disabled, type (or copy and paste) the following command:defaults write com.apple.dock expose-animation-duration -float 0
- To reset this setting to the default value, type (or copy and paste) the following command:
defaults delete com.apple.dock expose-animation-duration
- To activate this tweak immediately, type the following command, or wait until the next reboot:
killall Dock
- Close the Terminal session by typing
exitat the prompt.
Disclaimer: Making any changes to your system can cause serious problems that may require you to reinstall your operating system. We cannot guarantee that problems resulting from these modifications can be resolved. Please follow the instructions carefully and use the information provided at your own risk.
I hope you enjoyed and its simple once you follow the instructions!
No comments:
Post a Comment