2022-03-23 14:14:10 +01:00
|
|
|
# gnome-screenshot
|
|
|
|
|
|
|
|
> Capture the screen, a window, or a user-defined area and save the image to a file.
|
2022-06-25 22:03:35 -05:00
|
|
|
> More information: <https://manned.org/gnome-screenshot>.
|
2022-03-23 14:14:10 +01:00
|
|
|
|
|
|
|
- Take a screenshot and save it to the default location, normally `~/Pictures`:
|
|
|
|
|
|
|
|
`gnome-screenshot`
|
|
|
|
|
|
|
|
- Take a screenshot and save it to the named file location:
|
|
|
|
|
2025-06-28 12:47:56 +03:00
|
|
|
`gnome-screenshot {{[-f|--file]}} {{path/to/file}}`
|
2022-03-23 14:14:10 +01:00
|
|
|
|
|
|
|
- Take a screenshot and save it to the clipboard:
|
|
|
|
|
2025-06-28 12:47:56 +03:00
|
|
|
`gnome-screenshot {{[-c|--clipboard]}}`
|
2022-03-23 14:14:10 +01:00
|
|
|
|
|
|
|
- Take a screenshot after the specified number of seconds:
|
|
|
|
|
2025-06-28 12:47:56 +03:00
|
|
|
`gnome-screenshot {{[-d|--delay]}} {{5}}`
|
2022-03-23 14:14:10 +01:00
|
|
|
|
|
|
|
- Launch the GNOME Screenshot GUI:
|
|
|
|
|
2025-06-28 12:47:56 +03:00
|
|
|
`gnome-screenshot {{[-i|--interactive]}}`
|
2022-03-23 14:14:10 +01:00
|
|
|
|
|
|
|
- Take a screenshot of the current window and save it to the specified file location:
|
|
|
|
|
2025-06-28 12:47:56 +03:00
|
|
|
`gnome-screenshot {{[-w|--window]}} {{[-f|--file]}} {{path/to/file}}`
|
2022-03-23 14:14:10 +01:00
|
|
|
|
|
|
|
- Take a screenshot after the specified number of seconds and save it to the clipboard:
|
|
|
|
|
2025-06-28 12:47:56 +03:00
|
|
|
`gnome-screenshot {{[-d|--delay]}} {{10}} {{[-c|--clipboard]}}`
|
2022-03-23 14:14:10 +01:00
|
|
|
|
|
|
|
- Display the version:
|
|
|
|
|
|
|
|
`gnome-screenshot --version`
|