lolilolicon f61bf80b8a | 10 years ago | |
---|---|---|
.gitattributes | 10 years ago | |
.gitignore | 10 years ago | |
COPYING | 10 years ago | |
Makefile.am | 10 years ago | |
README.markdown | 10 years ago | |
bootstrap | 10 years ago | |
configure.ac | 10 years ago | |
xrectsel.c | 10 years ago |
xrectsel
is a small program that tells you the geometry of a rectangular
screen region which you have selected by dragging the mouse / pointer.
When arguments are passed to xrectsel
, a limited set of %
format strings
are recognized and substituted. Look at the source to see what are supported.
xrectsel
requires libX11
to build.
To build and install from source,
./bootstrap # required if ./configure is not present
./configure --prefix /usr
make
make DESTDIR="$directory" install