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.

14 lines
325 B
Plaintext

7 years ago
# GUI screenshot tool for taking, editing screenshots
# Take screenshot of the current window
scrot -u
# Take screenshot of the current window including border
scrot -ub
# Interactively select a window or rectangle with the mouse
scrot -s
# Capture the screenshot after 5 seconds, display countdown time
scrot -u -d 5 -c