Readme
This commit is contained in:
parent
be08d17dd7
commit
f433e96420
1 changed files with 51 additions and 45 deletions
12
Readme.md
12
Readme.md
|
@ -29,11 +29,16 @@ These are the script's optional dependencies
|
|||
- Window Manager Detection: wmctrl
|
||||
- You can manually set this at launch with:
|
||||
|
||||
```scrot.sh --winman string```
|
||||
|
||||
```sh
|
||||
scrot.sh --winman string
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
The whitespace
|
||||
|
||||
|
||||
```
|
||||
usage: scrot.sh [--colors 1 2 4 5] [--kernel "$(uname -rs)"]
|
||||
|
||||
Info:
|
||||
|
@ -68,7 +73,7 @@ These are the script's optional dependencies
|
|||
--size px Change the size of the image
|
||||
--cropoffset value Change the crop offset. Possible values:
|
||||
northwest, north, northeast, west, center
|
||||
east, southwest, south, southeast"
|
||||
east, southwest, south, southeast
|
||||
--padding How many spaces to pad the text
|
||||
to the right
|
||||
--xoffset px How close the image will be
|
||||
|
@ -82,6 +87,7 @@ These are the script's optional dependencies
|
|||
|
||||
Other:
|
||||
--help Print this text and exit
|
||||
```
|
||||
|
||||
|
||||
## TODO
|
||||
|
|
Loading…
Reference in a new issue