LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

mate-screenshot

captures screenshots in the MATE desktop environment

TLDR

Capture the whole screen
$ mate-screenshot
copy
Capture only the focused window
$ mate-screenshot --window
copy
Drag out a region to capture
$ mate-screenshot --area
copy
Open the dialog and choose the options there
$ mate-screenshot --interactive
copy
Wait a few seconds first, so a menu can be opened
$ mate-screenshot --delay=[5]
copy
Delay and capture just the window
$ mate-screenshot --window --delay=[3]
copy
Keep the window border
$ mate-screenshot --window --include-border
copy
Strip the window border
$ mate-screenshot --window --remove-border
copy
Add a drop shadow around the window
$ mate-screenshot --window --border-effect=[shadow]
copy
Put the image on the clipboard rather than saving it
$ mate-screenshot --clipboard
copy
Capture a region straight to the clipboard
$ mate-screenshot --area --clipboard
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
--border-effect _type_, -e
Add an effect to the window border: shadow, border, or none
--include-border, -b
Include window border in capture (default)
--clipboard, -c
Copy screenshot to clipboard instead of saving

INSTALL

sudo apt install mate-utils
copy
sudo dnf install mate-utils
copy
sudo pacman -S mate-utils
copy
sudo apk add mate-utils
copy
sudo zypper install mate-screenshot
copy
nix profile install nixpkgs#mate-utils
copy

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

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid