ropery / xrectsel

print the geometry of a rectangular screen region

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

print the geometry of a rectangular screen region

License:GNU General Public License v3.0


Languages

Language:C 94.3%Language:M4 4.3%Language:Makefile 1.4%