xscreenshot

screen capture tool (mirror)
git clone git://git.2f30.org/xscreenshot
Log | Files | Refs | README | LICENSE

xscreenshot.1 (471B)


      1 .Dd July 27, 2016
      2 .Dt XSCREENSHOT 1
      3 .Os
      4 .Sh NAME
      5 .Nm xscreenshot
      6 .Nd simple screenshot utility
      7 .Sh SYNOPSIS
      8 .Nm
      9 .Op Ar winid
     10 .Sh DESCRIPTION
     11 .Nm
     12 makes a screenshot of the screen or a window with id
     13 .Ar winid
     14 and writes image data in the Farbfeld format to stdout.
     15 .Sh OPTIONS
     16 .Bl -tag -width Ds
     17 .It Ar winid
     18 the window id, can be in decimal or hexadecimal format.
     19 .El
     20 .Sh SEE ALSO
     21 .Xr xprop 1 ,
     22 .Xr xwininfo 1
     23 .Sh AUTHORS
     24 .An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org