mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
524 B
Plaintext
26 lines
524 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# spectacle
|
|
|
|
> KDE's screenshot utility.
|
|
> More information: <https://manned.org/spectacle>.
|
|
|
|
- Capture a screenshot of the entire desktop:
|
|
|
|
`spectacle`
|
|
|
|
- Capture a screenshot of the active window:
|
|
|
|
`spectacle {{[-a|--activewindow]}}`
|
|
|
|
- Capture a screenshot of a specific region:
|
|
|
|
`spectacle {{[-r|--region]}}`
|
|
|
|
- Start another Spectacle instance so that you can screenshot Spectacle itself:
|
|
|
|
`spectacle {{[-i|--new-instance]}}`
|