README: reword a few things - xscreenshot - screen capture tool | |
git clone git://git.codemadness.org/xscreenshot | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit e2d09a8e0399846975b3bd8d09fa482d65f95617 | |
parent a61ce36c878f7bd110fa7c0753efa4d12fbb6304 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Wed, 4 Mar 2020 00:40:58 +0100 | |
README: reword a few things | |
Diffstat: | |
M README | 21 +++++++++++---------- | |
1 file changed, 11 insertions(+), 10 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -1,7 +1,14 @@ | |
-xscreenshot - make screenshot | |
-============================= | |
+xscreenshot | |
+----------- | |
-xscreenshot is a simple screenshot utility. It writes image data to stdout. | |
+A simple X11 screenshot utility. It writes farbfeld image data to stdout. | |
+ | |
+ | |
+Build and install | |
+----------------- | |
+ | |
+$ make | |
+# make install | |
Dependencies | |
@@ -16,17 +23,11 @@ Optional dependencies | |
- To convert farbfeld data you can use ff2png from: | |
https://git.suckless.org/farbfeld/ | |
-Compile | |
-------- | |
- | |
-$ make | |
-# make install | |
- | |
Usage | |
----- | |
-xscreenshot [winid] > file.ff | |
+xscreenshot > file.ff | |
ff2png < file.ff > file.png | |