print the geometry of a rectangular screen region
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
lolilolicon f61bf80b8a Bump minor version 10 years ago
.gitattributes Initial import of xrectsel source 10 years ago
.gitignore Ignore stamp-h1 (Autotools file) 10 years ago
COPYING Add COPYING file 10 years ago
Makefile.am Initial import of xrectsel source 10 years ago
README.markdown Do not use .md for .markdown 10 years ago
bootstrap Initial import of xrectsel source 10 years ago
configure.ac Bump minor version 10 years ago
xrectsel.c Use config.h to reduce `-D' options in Makefile 10 years ago

README.markdown

xrectsel

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