Add save panel expansion command
This commit is contained in:
parent
83cfff91a1
commit
4498ec1bda
@ -291,6 +291,12 @@ Revert back to standard behavior.
|
|||||||
defaults write NSGlobalDomain NSScrollAnimationEnabled -bool true
|
defaults write NSGlobalDomain NSScrollAnimationEnabled -bool true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Expand Save Panel by Default
|
||||||
|
```bash
|
||||||
|
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true
|
||||||
|
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode2 -bool true
|
||||||
|
```
|
||||||
|
|
||||||
#### Hide All Desktop Icons
|
#### Hide All Desktop Icons
|
||||||
```bash
|
```bash
|
||||||
defaults write com.apple.finder CreateDesktop -bool false && killall Finder
|
defaults write com.apple.finder CreateDesktop -bool false && killall Finder
|
||||||
|
Loading…
Reference in New Issue
Block a user