Set Default Screenshot Name
This commit is contained in:
parent
7da27dadfa
commit
d9e371cd43
@ -1197,6 +1197,13 @@ defaults write com.apple.screencapture disable-shadow -bool true && \
|
|||||||
killall SystemUIServer
|
killall SystemUIServer
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Set Default Screenshot Name
|
||||||
|
Date and time remain unchanged.
|
||||||
|
```bash
|
||||||
|
defaults write com.apple.screencapture name "Example name" && \
|
||||||
|
killall SystemUIServer
|
||||||
|
```
|
||||||
|
|
||||||
### Software Installation
|
### Software Installation
|
||||||
|
|
||||||
#### Install PKG
|
#### Install PKG
|
||||||
|
Loading…
Reference in New Issue
Block a user