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.

17 lines
532 B

  1. xrectsel
  2. ========
  3. `xrectsel` is a small program that tells you the geometry of a rectangular
  4. screen region which you have selected by dragging the mouse / pointer.
  5. When arguments are passed to `xrectsel`, a limited set of `%` format strings
  6. are recognized and substituted. Look at the source to see what are supported.
  7. `xrectsel` requires `libX11` to build.
  8. To build and install from source,
  9. ./bootstrap # required if ./configure is not present
  10. ./configure --prefix /usr
  11. make
  12. make DESTDIR="$directory" install