diff --git a/README.md b/README.md index ed4fea1..a8d7973 100644 --- a/README.md +++ b/README.md @@ -451,6 +451,13 @@ defaults delete com.apple.dock && \ killall Dock ``` +#### Resize +Fully resize your Dock's body. To resize change the `0` value as an integer. +```bash +defaults write com.apple.dock tilesize -int 0 && \ +killall Dock +``` + #### Scroll Gestures Use your touchpad or mouse scroll wheel to interact with Dock items. Allows you to use an upward scrolling gesture to open stacks. Using the same gesture on applications that are running invokes Exposé/Mission Control. ```bash @@ -481,7 +488,6 @@ defaults write com.apple.dock showhidden -bool false && \ killall Dock ``` - ## Documents #### Convert File to HTML