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
7 years ago
# Take screenshot of the current window.
7 years ago
scrot -u
# Take screenshot of the current window, including border.
7 years ago
scrot -ub
# Using a mouse, perform a rectangular selection of the screen to be captured.
7 years ago
scrot -s
# Capture a screenshot after 5 seconds. A countdown is also displayed.
7 years ago
scrot -u -d 5 -c