add Hidden App Icons

This commit is contained in:
darlanmendonca 2015-11-30 10:53:28 -02:00 committed by Marcel Bischoff
parent 0569f90303
commit 81ae6fb49e

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