2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-15 06:12:59 +00:00
cheat.sheets/sheets/scrot
2020-10-21 00:08:19 +01:00

15 lines
345 B
Plaintext

# scrot
# Command-line screen capture utility
# Take screenshot of the current window.
scrot -u
# Take screenshot of the current window, including border.
scrot -ub
# Using a mouse, perform a rectangular selection of the screen to be captured.
scrot -s
# Capture a screenshot after 5 seconds. A countdown is also displayed.
scrot -u -d 5 -c