This commit is contained in:
dylan araps 2015-12-30 22:40:58 +11:00
parent be08d17dd7
commit f433e96420
1 changed files with 51 additions and 45 deletions

View File

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