
Open your favorite text editor, then paste the selected text using the middle button.Īdvanced tip: if you don't want to use a text editor, you can run cat > /tmp/outfile.txt, then paste the content using middle-button, then press Ctrl-D (once).

SHORTCAT PRINT INSTALL
To you use the mouse on the Console screen, you need to install gpm (run apt-get install gpm). Rather that making a graphical snapshot of the console/command line or X-window terminal, it's usually better to copy the actual text content (select the region with a mouse). To capture a screenshot of the whole desktop (with a 5 seconds delay) use this command:Ī powerful alternative tool is scrot, which can directly save files as png (and other formats), and generate a filename. jpg file, but other file formats are available. import -window 0x1600077 screenshot.jpg.To capture a screenshot of that window, use the "import" command passing the window ID in its "-window" option: Which contains the ID for that Window (0x1600077 in this example). xwininfo: Window id: 0x1600077 "Modifica "ScreenShots" - Debian Wiki - Iceweasel.xwininfo output will start with a line similar to:

Similar results can be obtained combining the xwininfo utility in x11-utils with imagemagick 's import first run xwininfo and it will prompt the user to click on the desired window.

The mouse pointer then becomes a crosshair and the user must click on the desired window. Similarly the screenshot of a single window can be obtained by not specifying a target window to xwd: You can then use imagemagick 's convert, or netpbm 's xwdtopnm tool. The command xwd is a standard xorg tool, which creates a pnm file. Sleep 5 xwd -root | xwdtopnm | pnmtopng > capture.png sleep 5 xwd -root | convert - capture.png.More information about xfce4-screenshooter usage. You can also use the commandline to take screenshot more quickly with xfce4-screenshooter.
SHORTCAT PRINT FREE
You can set the delay that elapses before the screenshot is taken and the action that will be done with the screenshot: save it to a PNG file, copy it to the clipboard, open it using another application, or host it on ZimageZ, a free online image hosting service. The xfce4-screenshooter application allows you to capture the entire screen, the active window or a selected region.

The xfce4-screenshooter is an utility for the Xfce Desktop Environment that can be used to take snapshots of your desktop screen. Read the Spectacle handbook for more information.
