Fix capitalization
This commit is contained in:
parent
31d62ef017
commit
682b90421a
@ -952,13 +952,13 @@ defaults write com.apple.screencapture location ~/Desktop && \
|
|||||||
killall SystemUIServer
|
killall SystemUIServer
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Save Screenshots in Given format
|
#### Save Screenshots in Given Format
|
||||||
Sets format to `png`. Other options are `bmp`, `gif`, `jpg`, `jpeg`, `pdf`, `tiff`.
|
Sets format to `png`. Other options are `bmp`, `gif`, `jpg`, `jpeg`, `pdf`, `tiff`.
|
||||||
```bash
|
```bash
|
||||||
defaults write com.apple.screencapture type -string "png"
|
defaults write com.apple.screencapture type -string "png"
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Disable shadow in Screenshots
|
#### Disable Shadow in Screenshots
|
||||||
```bash
|
```bash
|
||||||
defaults write com.apple.screencapture disable-shadow -bool true && \
|
defaults write com.apple.screencapture disable-shadow -bool true && \
|
||||||
killall SystemUIServer
|
killall SystemUIServer
|
||||||
|
Loading…
Reference in New Issue
Block a user