add Hidden App Icons

This commit is contained in:
darlanmendonca 2015-11-30 10:53:28 -02:00
parent e15e93f3e7
commit 1449af2124

View File

@ -402,6 +402,13 @@ defaults write com.apple.Dock autohide-delay -float 0 &&\
killall Dock
```
#### Indicate Hidden App Icons
The bolean enable/disable this feature
```bash
defaults write com.apple.dock showhidden -bool TRUE &&\
killall Dock
```
## Documents