HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

spectacle — KDE's screenshot utility. More information: <https://manned.org/spectacle>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandscreenshotspectaclecliinformationkdemoreutility

Problem

How to use the spectacle command: KDE's screenshot utility. More information: <https://manned.org/spectacle>.

Solution

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]}}

Code Snippets

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]}}

Context

tldr-pages: common/spectacle

Revisions (0)

No revisions yet.