add Hidden App Icons
This commit is contained in:
parent
e15e93f3e7
commit
1449af2124
@ -402,6 +402,13 @@ defaults write com.apple.Dock autohide-delay -float 0 &&\
|
|||||||
killall Dock
|
killall Dock
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Indicate Hidden App Icons
|
||||||
|
The bolean enable/disable this feature
|
||||||
|
```bash
|
||||||
|
defaults write com.apple.dock showhidden -bool TRUE &&\
|
||||||
|
killall Dock
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Documents
|
## Documents
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user