From d7dde50bc46af1dcc17b0a1c056c2a8fba6293ef Mon Sep 17 00:00:00 2001 From: Kutsan Kaplan Date: Thu, 10 Nov 2016 14:29:28 +0200 Subject: [PATCH] Add Dock body resize (#114) Add Dock body resize --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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