Add print panel expansion command
This commit is contained in:
parent
4498ec1bda
commit
727e6b9a31
@ -297,6 +297,12 @@ defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true
|
|||||||
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode2 -bool true
|
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode2 -bool true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Expand Print Panel by Default
|
||||||
|
```bash
|
||||||
|
defaults write NSGlobalDomain PMPrintingExpandedStateForPrint -bool true
|
||||||
|
defaults write NSGlobalDomain PMPrintingExpandedStateForPrint2 -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