Skip to content
forked from ropery/xrectsel

print the geometry of a rectangular screen region

License

Notifications You must be signed in to change notification settings

mrmstn/xrectsel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,

sudo apt-get install autoconf # needed for ./bootstrap
./bootstrap  # required if ./configure is not present
./configure --prefix /usr
make
make DESTDIR="$directory" install

About

print the geometry of a rectangular screen region

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 100.0%