Add Auto Show/Hide Delay command
This commit is contained in:
parent
529a99619c
commit
76decfdde7
@ -341,6 +341,13 @@ defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-t
|
|||||||
killall Dock
|
killall Dock
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Set Auto Show/Hide Delay
|
||||||
|
The float number defines the show/hide delay in ms.
|
||||||
|
```bash
|
||||||
|
defaults write com.apple.Dock autohide-delay -float 0 &&\
|
||||||
|
killall Dock
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Documents
|
## Documents
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user