2019-01-29 12:05:47 +01:00
|
|
|
# xfce4-screenshooter
|
|
|
|
|
|
|
|
> The XFCE4 screenshot tool.
|
2021-05-31 19:06:30 +02:00
|
|
|
> 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:
|
|
|
|
|
2025-04-27 10:57:41 +03:00
|
|
|
`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:
|
|
|
|
|
2025-04-27 10:57:41 +03:00
|
|
|
`xfce4-screenshooter {{[-f|--fullscreen]}} {{[-s|--save]}} {{path/to/directory}}`
|
2019-01-29 12:05:47 +01:00
|
|
|
|
|
|
|
- Wait some time before taking the screenshot:
|
|
|
|
|
2025-04-27 10:57:41 +03:00
|
|
|
`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):
|
|
|
|
|
2025-04-27 10:57:41 +03:00
|
|
|
`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:
|
|
|
|
|
2025-04-27 10:57:41 +03:00
|
|
|
`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
|
|
|
|
2025-04-27 10:57:41 +03:00
|
|
|
`xfce4-screenshooter {{[-w|--window]}} {{[-o|--open]}} {{gimp}}`
|