LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

xfce4-screenshooter

XFCE screenshot capture utility

TLDR

Launch GUI
$ xfce4-screenshooter
copy
Capture fullscreen
$ xfce4-screenshooter -f
copy
Capture and save
$ xfce4-screenshooter -f -s [path/to/directory]
copy
Capture after delay
$ xfce4-screenshooter -d [seconds]
copy
Capture region
$ xfce4-screenshooter -r
copy
Capture window to clipboard
$ xfce4-screenshooter -w -c
copy
Capture and open in program
$ xfce4-screenshooter -w -o [gimp]
copy

SYNOPSIS

xfce4-screenshooter [OPTIONS]

DESCRIPTION

xfce4-screenshooter is the screenshot utility for the XFCE desktop environment. It can capture the entire screen, a window, or a selected region.Screenshots can be saved to file, copied to clipboard, or opened in an image editor. The save option accepts png, jpg, and bmp file extensions.

PARAMETERS

-f, --fullscreen

Capture entire screen
-w, --window
Capture active window
-r, --region
Select region with mouse
-d, --delay SECONDS
Wait before capturing
-m, --mouse
Include mouse cursor in the screenshot
--no-border
Remove window border from the screenshot
-s, --save PATH
Save to file path or directory
-c, --clipboard
Copy to clipboard
-o, --open APPLICATION
Open with application
-S, --show-in-folder
Show the saved file in the file manager
-V, --version
Display version information
--supported-formats
List supported image formats (depends on installed pixbuf loaders)

CAVEATS

Designed for XFCE but works on other desktops. Region selection requires mouse interaction.

SEE ALSO

Copied to clipboard
Kai