tldr/pages/linux/xfce4-screenshooter.md

33 lines
890 B
Markdown
Raw Normal View History

2019-01-29 11:05:47 +00:00
# xfce4-screenshooter
> The XFCE4 screenshot tool.
> More information: <https://docs.xfce.org/apps/xfce4-screenshooter/start>.
2019-01-29 11:05:47 +00:00
- 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`
2019-04-06 13:34:03 +01:00
- Take a screenshot of the active window, and open it with a chosen program:
2019-01-29 11:05:47 +00:00
`xfce4-screenshooter --window --open {{gimp}}`