x.rst
changeset 227 54e6050fa8df
parent 138 f4984a7e10bc
child 348 d9bc1a2f275d
--- a/x.rst	Mon Nov 09 23:05:45 2009 +0200
+++ b/x.rst	Fri Nov 13 21:40:05 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>