2019-03-04 17:06:00 +00:00
|
|
|
# scrot
|
|
|
|
|
|
|
|
> Screen capture utility.
|
2021-03-30 17:02:51 +01:00
|
|
|
> More information: <https://github.com/resurrecting-open-source-projects/scrot>.
|
2019-03-04 17:06:00 +00:00
|
|
|
|
|
|
|
- Capture a screenshot and save it to the current directory with the current date as the filename:
|
|
|
|
|
|
|
|
`scrot`
|
|
|
|
|
2021-01-31 17:05:18 +00:00
|
|
|
- Capture a screenshot and save it as `capture.png`:
|
2019-03-04 17:06:00 +00:00
|
|
|
|
|
|
|
`scrot {{capture.png}}`
|
|
|
|
|
|
|
|
- Capture a screenshot interactively:
|
|
|
|
|
|
|
|
`scrot --select`
|
|
|
|
|
|
|
|
- Capture a screenshot from the currently focused window:
|
|
|
|
|
|
|
|
`scrot --focused`
|
2021-01-21 10:41:42 +00:00
|
|
|
|
|
|
|
- Display a countdown of 10 seconds before taking a screenshot:
|
|
|
|
|
|
|
|
`scrot --count --delay {{10}}`
|