Add Dock body resize (#114)

Add Dock body resize
This commit is contained in:
Kutsan Kaplan 2016-11-10 14:29:28 +02:00 committed by Marcel Bischoff
parent 9415139637
commit d7dde50bc4

View File

@ -451,6 +451,13 @@ defaults delete com.apple.dock && \
killall 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 #### 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. 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 ```bash
@ -481,7 +488,6 @@ defaults write com.apple.dock showhidden -bool false && \
killall Dock killall Dock
``` ```
## Documents ## Documents
#### Convert File to HTML #### Convert File to HTML