Skip to content

Latest commit

History

History
23 lines (12 loc) 路 455 Bytes

scrot.md

File metadata and controls

23 lines (12 loc) 路 455 Bytes

scrot

Screen capture utility.

  • Capture a screenshot and save it to the current directory with the current date as the filename:

scrot

  • Capture a screenshot and save it as capture.png:

scrot {{capture.png}}

  • Capture a screenshot interactively:

scrot --select

  • Capture a screenshot from the currently focused window:

scrot --focused

  • Display a countdown of 10 seconds before taking a screenshot:

scrot --count --delay {{10}}