2019-03-04 18:06:00 +01:00
|
|
|
# scrot
|
|
|
|
|
|
|
|
> Screen capture utility.
|
2021-03-30 12:02:51 -04:00
|
|
|
> More information: <https://github.com/resurrecting-open-source-projects/scrot>.
|
2019-03-04 18:06:00 +01:00
|
|
|
|
|
|
|
- Capture a screenshot and save it to the current directory with the current date as the filename:
|
|
|
|
|
|
|
|
`scrot`
|
|
|
|
|
2021-01-31 14:05:18 -03:00
|
|
|
- Capture a screenshot and save it as `capture.png`:
|
2019-03-04 18:06:00 +01:00
|
|
|
|
|
|
|
`scrot {{capture.png}}`
|
|
|
|
|
|
|
|
- Capture a screenshot interactively:
|
|
|
|
|
|
|
|
`scrot --select`
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
- Capture a screenshot interactively without exiting on keyboard input, press `<Esc>` to exit:
|
2023-12-15 13:22:09 -05:00
|
|
|
|
|
|
|
`scrot --select --ignorekeyboard`
|
|
|
|
|
|
|
|
- Capture a screenshot interactively delimiting the region with a colored line:
|
|
|
|
|
|
|
|
`scrot --select --line color={{x11_color|rgb_color}}`
|
|
|
|
|
2019-03-04 18:06:00 +01:00
|
|
|
- Capture a screenshot from the currently focused window:
|
|
|
|
|
|
|
|
`scrot --focused`
|
2021-01-21 11:41:42 +01:00
|
|
|
|
|
|
|
- Display a countdown of 10 seconds before taking a screenshot:
|
|
|
|
|
|
|
|
`scrot --count --delay {{10}}`
|