mate-screenshot - Man Page
capture the screen, a window, or an user-defined area and save the snapshot image to a file.
Examples (TL;DR)
- Create a fullscreen screenshot:
mate-screenshot
- Create an active window screenshot:
mate-screenshot --window
- Create a specific area screenshot:
mate-screenshot --area
- Create a screenshot interactively:
mate-screenshot --interactive
- Create a screenshot without borders:
mate-screenshot --window --remove-border
- Create a screenshot with a specific effect:
mate-screenshot --effect=shadow|border|none
- Create a screenshot with a specific delay in seconds:
mate-screenshot --delay=5
Synopsis
mate-screenshot [ -w ] [ -a ] [ -b ] [ -B ] [ -d SECONDS ] [ -e EFFECT ] [ -i ] [ --display DISPLAY ]
Description
mate-screenshot is a MATE utility for taking screenshots of the entire screen, a window or an user-defined area of the screen, with optional beutifying border effects.
Options
- -w, --window
Grab the current active window instead of the entire screen.
- -a, --area
Grab an area of the screen instead of the entire screen.
- -b, --include-border
Include the window border within the screenshot.
- -B, --remove-border
Remove the window border from the screenshot.
- -d, --delay=SECONDS,
Take the screenshot after the specified delay [in seconds].
- -e, --effect=EFFECT,
Add an effect to the outside of the screenshot border. EFFECT can be “shadow” (adding drop shadow), “border” (adding rectangular space around the screenshot) or “none” (no effect). Default is “none”.
- -i, --interactive
Interactively set options in a dialog.
- --display=DISPLAY
X display to use.
- -?, -h, --help
Show a summary of the available options.
In addition, the usual GTK+ and MATE command line options apply. See the output of --help for details.
See Also
mate-options(7), gtk-options(7)
Author
This manual page was written by Christian Marillat <marillat@debian.org> for the Debian GNU/Linux system (but may be used by others).
Updated by Theppitak Karoonboonyanan <thep@linux.thai.net>, Tom Feiner <feiner.tom@gmail.com> and Cosimo Cecchi <cosimoc@gnome.org>
Referenced By
The man page mate-panel-screenshot(1) is an alias of mate-screenshot(1).