LinuxCommandLibrary

mate-screenshot

captures screenshots in the MATE desktop environment

TLDR

Create a fullscreen screenshot

$ mate-screenshot
copy
Create an active window screenshot
$ mate-screenshot --window
copy
Create a specific area screenshot
$ mate-screenshot --area
copy
Create a screenshot interactively
$ mate-screenshot --interactive
copy
Create a screenshot without borders
$ mate-screenshot --window --remove-border
copy
Create a screenshot with a specific effect
$ mate-screenshot --effect=[shadow|border|none]
copy
Create a screenshot with a specific delay in seconds
$ mate-screenshot --delay=[5]
copy

SYNOPSIS

mate-screenshot [options]

DESCRIPTION

mate-screenshot captures screenshots in the MATE desktop environment. It can capture the entire screen, a single window, or a user-selected region.
By default, screenshots are saved to the Pictures directory with a timestamped filename. The interactive mode presents a dialog for choosing capture type, delay, and effects before taking the screenshot.
Effects like drop shadows can be applied to window captures for a more polished appearance.

PARAMETERS

--window, -w

Capture only the active window
--area, -a
Select a region to capture
--interactive, -i
Open a dialog for capture options before taking screenshot
--delay _seconds_, -d
Wait specified seconds before capturing
--remove-border, -B
Remove window border from window captures
--effect _type_, -e
Add an effect: shadow, border, or none
--include-border, -b
Include window border in capture (default)
--clipboard, -c
Copy screenshot to clipboard instead of saving

CAVEATS

Area selection requires mouse interaction to draw the capture region. The delay option is useful for capturing menus or tooltips that appear on hover. Window captures may not work correctly with some compositors or window managers.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community