projects
/
mw2txt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8edaf41
)
Update xwd calls in X-hacks post.
author
W. Trevor King
<wking@drexel.edu>
Thu, 19 May 2011 16:09:01 +0000
(12:09 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 19 May 2011 16:09:01 +0000
(12:09 -0400)
posts/X_hacks.mdwn
patch
|
blob
|
history
diff --git
a/posts/X_hacks.mdwn
b/posts/X_hacks.mdwn
index ed3b2e020d19a5f6393dc647457e7cac4966615b..f823d0d52317782a84b0c2d663342a0cc9c9d58c 100644
(file)
--- a/
posts/X_hacks.mdwn
+++ b/
posts/X_hacks.mdwn
@@
-19,11
+19,11
@@
Here are some examples:
Grab whole desktop as a png:
- $ xwd -root -silent - | convert - root.png
+ $ xwd -root -silent -
out /dev/stdout
| convert - root.png
Grab single window as a png:
- $ xwd -id windowid -silent - | convert - win.png
+ $ xwd -id windowid -silent -
out /dev/stdout
| convert - win.png
Determine which window has the focus: