Add save default to disk command

This commit is contained in:
Marcel Bischoff 2015-10-17 19:18:58 +02:00
parent 727e6b9a31
commit 13cf0436cd

View File

@ -319,6 +319,12 @@ Possible values: `WhenScrolling`, `Automatic` and `Always`.
defaults write NSGlobalDomain AppleShowScrollBars -string "Always" defaults write NSGlobalDomain AppleShowScrollBars -string "Always"
``` ```
#### Save to Disk by Default
Sets default save target to be a local disk, not iCloud.
```bash
defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false
```
#### Set Sidebar Icon Size #### Set Sidebar Icon Size
Sets size to 'medium'. Sets size to 'medium'.
```bash ```bash