Monday, June 29, 2009

Print screen in linux

this gives you 5 seconds to get everything out of the way so you can take a clean shot of the screen:

$ sleep 5; import -window root screenshot.png

regular print screen:

$ import -window root screenshot.png

this allows you to select a portion of the screen to take a screenshot of:

$ import screenshot.png

No comments:

Post a Comment