You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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