summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2008-01-21 23:50:44 +0000
committeriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2008-01-21 23:50:44 +0000
commit1e1b84f83a47c35f5a1962e088ec50d74ea77d4b (patch)
tree8d13766ed6fc188b3cdbfcaa3129397715a09cf4
parent71d0ccd6186b81f97e4b24181cc7083817557508 (diff)
changed xwininfo example to the one provided by
Jess Thrysoee. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@483 f606c939-3180-4ac9-a4b8-4b8779d57d0a
-rw-r--r--recordmydesktop/doc/recordmydesktop.14
1 files changed, 2 insertions, 2 deletions
diff --git a/recordmydesktop/doc/recordmydesktop.1 b/recordmydesktop/doc/recordmydesktop.1
index 639c62c..00a4366 100644
--- a/recordmydesktop/doc/recordmydesktop.1
+++ b/recordmydesktop/doc/recordmydesktop.1
@@ -473,14 +473,14 @@ program.
Running a command like :
.br
.B
-xwininfo |grep "Window id:"|sed \-e "s/xwininfo\\:\\ Window id:\\ // ;s/\\ \.*//"
+xwininfo | awk \'/Window id:/ {print $4}\'
.br
will give you only the id of the window(which should look like this: 0x4800005)
.br
More conviniently you can put all that in the command that launches recordMyDesktop like this:
.br
.B
-~$recordmydesktop \-windowid $(xwininfo |grep "Window id:"|sed \-e "s/xwininfo\\:\\ Window id:\\ // ;s/\\ \.*//" )
+~$recordmydesktop \-windowid $(xwininfo | awk \'/Window id:/ {print $4}\')
.br
.br
Also, the lower quality you select on a video recording (
© All Rights Reserved