parent
9415139637
commit
d7dde50bc4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user