Add save default to disk command
This commit is contained in:
parent
727e6b9a31
commit
13cf0436cd
@ -319,6 +319,12 @@ Possible values: `WhenScrolling`, `Automatic` and `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
|
||||
Sets size to 'medium'.
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user