From c90ed14a96b610e7ca4898a69bd5a8d7e75bd9ec Mon Sep 17 00:00:00 2001 From: Marco Bonelli Date: Tue, 29 Jan 2019 12:05:47 +0100 Subject: [PATCH] xfce4-screenshooter: add page (#2734) --- pages/linux/xfce4-screenshooter.md | 31 ++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 pages/linux/xfce4-screenshooter.md diff --git a/pages/linux/xfce4-screenshooter.md b/pages/linux/xfce4-screenshooter.md new file mode 100644 index 0000000000..771756cea2 --- /dev/null +++ b/pages/linux/xfce4-screenshooter.md @@ -0,0 +1,31 @@ +# xfce4-screenshooter + +> The XFCE4 screenshot tool. + +- 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 choosen program: + +`xfce4-screenshooter --window --open {{gimp}}`