Fix formatting
This commit is contained in:
parent
e15d908e6a
commit
70f792d014
@ -368,14 +368,14 @@ killall Dock
|
|||||||
|
|
||||||
#### Add a Space
|
#### Add a Space
|
||||||
```bash
|
```bash
|
||||||
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}' &&\
|
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}' && \
|
||||||
killall Dock
|
killall Dock
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Set Auto Show/Hide Delay
|
#### Set Auto Show/Hide Delay
|
||||||
The float number defines the show/hide delay in ms.
|
The float number defines the show/hide delay in ms.
|
||||||
```bash
|
```bash
|
||||||
defaults write com.apple.Dock autohide-delay -float 0 &&\
|
defaults write com.apple.Dock autohide-delay -float 0 && \
|
||||||
killall Dock
|
killall Dock
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user