1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 17:15:30 +02:00
tldr/pages/linux/xfce4-screenshooter.md

33 lines
971 B
Markdown
Raw Normal View History

2019-01-29 12:05:47 +01:00
# xfce4-screenshooter
> The XFCE4 screenshot tool.
> More information: <https://docs.xfce.org/apps/xfce4-screenshooter/start>.
2019-01-29 12:05:47 +01: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 {{[-f|--fullscreen]}}`
2019-01-29 12:05:47 +01:00
- Take a screenshot of the entire screen and save it in the specified directory:
`xfce4-screenshooter {{[-f|--fullscreen]}} {{[-s|--save]}} {{path/to/directory}}`
2019-01-29 12:05:47 +01:00
- Wait some time before taking the screenshot:
`xfce4-screenshooter {{[-d|--delay]}} {{seconds}}`
2019-01-29 12:05:47 +01:00
- Take a screenshot of a region of the screen (select using the mouse):
`xfce4-screenshooter {{[-r|--region]}}`
2019-01-29 12:05:47 +01:00
- Take a screenshot of the active window, and copy it to the clipboard:
`xfce4-screenshooter {{[-w|--window]}} {{[-c|--clipboard]}}`
2019-01-29 12:05:47 +01:00
2019-04-06 09:34:03 -03:00
- Take a screenshot of the active window, and open it with a chosen program:
2019-01-29 12:05:47 +01:00
`xfce4-screenshooter {{[-w|--window]}} {{[-o|--open]}} {{gimp}}`