Change Icons category to Layout, add entry
This commit is contained in:
parent
596361fc88
commit
f1bf85299f
10
README.md
10
README.md
@ -26,7 +26,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [
|
||||
- [Documents](#documents)
|
||||
- [Finder](#finder)
|
||||
- [Files and Folders](#files-and-folders)
|
||||
- [Icons](#icons)
|
||||
- [Layout](#layout)
|
||||
- [Opening Things](#opening-things)
|
||||
- [Fonts](#fonts)
|
||||
- [Hardware](#hardware)
|
||||
@ -277,7 +277,7 @@ defaults write com.apple.finder AppleShowAllFiles false
|
||||
chflags nohidden ~/Library
|
||||
```
|
||||
|
||||
### Icons
|
||||
### Layout
|
||||
|
||||
#### Hide All Desktop Icons
|
||||
```bash
|
||||
@ -289,6 +289,12 @@ defaults write com.apple.finder CreateDesktop -bool false && killall Finder
|
||||
defaults write com.apple.finder CreateDesktop -bool true && killall Finder
|
||||
```
|
||||
|
||||
#### Scrollbar Visibility
|
||||
Possible values: `WhenScrolling`, `Automatic` and `Always`.
|
||||
```bash
|
||||
defaults write NSGlobalDomain AppleShowScrollBars -string "Always"
|
||||
```
|
||||
|
||||
#### Set Sidebar Icon Size
|
||||
Sets size to 'medium'.
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user