x.rst
changeset 244 54af63866ddb
parent 227 54e6050fa8df
child 348 d9bc1a2f275d
--- a/x.rst	Sun Dec 06 22:21:17 2009 +0200
+++ b/x.rst	Sun Dec 06 23:52:08 2009 +0200
@@ -6,3 +6,12 @@
 
   http://www.tronche.com/gui/x/icccm/
 
+* Making screenshort.
+
+  $ sudo apt-get install scrot
+  $ scrot -d <sec> <file>
+
+or
+
+  $ sudo apt-get install imagemagic
+  $ import -quality 100 -pause <sec> -silent <file>