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)
|
- [Documents](#documents)
|
||||||
- [Finder](#finder)
|
- [Finder](#finder)
|
||||||
- [Files and Folders](#files-and-folders)
|
- [Files and Folders](#files-and-folders)
|
||||||
- [Icons](#icons)
|
- [Layout](#layout)
|
||||||
- [Opening Things](#opening-things)
|
- [Opening Things](#opening-things)
|
||||||
- [Fonts](#fonts)
|
- [Fonts](#fonts)
|
||||||
- [Hardware](#hardware)
|
- [Hardware](#hardware)
|
||||||
@ -277,7 +277,7 @@ defaults write com.apple.finder AppleShowAllFiles false
|
|||||||
chflags nohidden ~/Library
|
chflags nohidden ~/Library
|
||||||
```
|
```
|
||||||
|
|
||||||
### Icons
|
### Layout
|
||||||
|
|
||||||
#### Hide All Desktop Icons
|
#### Hide All Desktop Icons
|
||||||
```bash
|
```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
|
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
|
#### Set Sidebar Icon Size
|
||||||
Sets size to 'medium'.
|
Sets size to 'medium'.
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user