Difference between revisions of "Take a screenshot"

From Linuxintro
imported>ThorstenStaerk
(New page: import -window root desktop.jpg : make a screenshot from the current window and save it as desktop.jpg)
 
imported>ThorstenStaerk
Line 1: Line 1:
 
  import -window root desktop.jpg  
 
  import -window root desktop.jpg  
 
: make a screenshot from the current window and save it as desktop.jpg
 
: make a screenshot from the current window and save it as desktop.jpg
 +
 +
xprop
 +
: find out the ID of the window you click on. Needed e.g. for the import tool.

Revision as of 08:20, 16 June 2012

import -window root desktop.jpg 
make a screenshot from the current window and save it as desktop.jpg
xprop
find out the ID of the window you click on. Needed e.g. for the import tool.