This video explains two very simple yet useful techniques to use with your dock – Temporarily Reversing Magnification, and Adding Dock Separators.
Terminal Codes:
- defaults write com.apple.dock persistent-apps -array-add ‘{tile-data={}; tile-type=”spacer-tile”;}’
- defaults write com.apple.dock persistent-others -array-add ‘{tile-data={}; tile-type=”spacer-tile”;}’
- killall Dock
