xfce4-screenshooter - Man Page
manual page for xfce4-screenshooter 1.10.4
Examples (TL;DR)
- Launch the screenshooter GUI:
xfce4-screenshooter
- Take a screenshot of the entire screen and launch the GUI to ask how to proceed:
xfce4-screenshooter --fullscreen
- Take a screenshot of the entire screen and save it in the specified directory:
xfce4-screenshooter --fullscreen --save path/to/directory
- Wait some time before taking the screenshot:
xfce4-screenshooter --delay seconds
- Take a screenshot of a region of the screen (select using the mouse):
xfce4-screenshooter --region
- Take a screenshot of the active window, and copy it to the clipboard:
xfce4-screenshooter --window --clipboard
- Take a screenshot of the active window, and open it with a chosen program:
xfce4-screenshooter --window --open gimp
Description
Usage
xfce4-screenshooter [OPTION?]
Help Options
- -h, --help
Show help options
- --help-all
Show all help options
- --help-gtk
Show GTK+ Options
Application Options
- -c, --clipboard
Copy the screenshot to the clipboard
- -d, --delay
Delay in seconds before taking the screenshot
- -f, --fullscreen
Take a screenshot of the entire screen
- -m, --mouse
Display the mouse on the screenshot
- --no-border
Removes the window border from the screenshot
- -o, --open
Application to open the screenshot
- -r, --region
Select a region to be captured by clicking a point of the screen without releasing the mouse button, dragging your mouse to the other corner of the region, and releasing the mouse button.
- -s, --save
File path or directory where the screenshot will be saved, accepts png, jpg and bmp extensions. webp, jxl and avif are only supported if their respective pixbuf loaders are installed.
- -S, --show in folder
Show the saved file in the folder.
- -i, --imgur
Host the screenshot on Imgur, a free online image hosting service
- -V, --version
Version information
- -w, --window
Take a screenshot of the active window
- --supported-formats
Lists supported image formats, results can vary depending on installed pixbuf loaders
- --display=DISPLAY
X display to use