LinuxCommandLibrary

gnome-screenshot

GNOME screen capture utility

TLDR

Take screenshot and save to default location

$ gnome-screenshot
copy
Save to specific file
$ gnome-screenshot -f path/to/file.png
copy
Save to clipboard
$ gnome-screenshot -c
copy
Take screenshot after delay
$ gnome-screenshot -d 5
copy
Capture current window only
$ gnome-screenshot -w
copy
Capture selected area
$ gnome-screenshot -a
copy
Open interactive dialog
$ gnome-screenshot -i
copy
Include mouse pointer in screenshot
$ gnome-screenshot -p
copy

SYNOPSIS

gnome-screenshot [-c] [-w] [-a] [-p] [-d SECONDS] [-i] [-f FILENAME]

DESCRIPTION

gnome-screenshot is a GNOME utility that captures the screen, a window, or a user-defined area and saves the resulting image to a file or clipboard. It provides both command-line and interactive modes for flexible screen capture.
Screenshots are saved to ~/Pictures by default. The tool integrates with the GNOME desktop for quick capture workflows.

PARAMETERS

-c, --clipboard

Send screenshot to clipboard instead of saving to file
-w, --window
Capture the currently active window only
-a, --area
Capture a user-selected screen area
-p, --include-pointer
Include the mouse pointer in the screenshot
-d, --delay=SECONDS
Wait specified seconds before taking screenshot
-e, --border-effect=EFFECT
Apply visual effect (shadow, border, vintage, or none)
-i, --interactive
Launch interactive dialog for screenshot options
-f, --file=FILENAME
Specify the output filename
--display=DISPLAY
Specify the X display to capture

CAVEATS

Border effect functionality is deprecated and defaults to "none". Standard GTK+ command-line options are also supported.

HISTORY

gnome-screenshot is part of the GNOME desktop environment, providing a simple screenshot utility for capturing screen content.

SEE ALSO

scrot(1), import(1), xwd(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community