mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
23 lines
823 B
Plaintext
23 lines
823 B
Plaintext
wmGrabImage is a Window Maker DockApp that maintains a small thumbnail copy of
|
|
your favorite image from the WWW. The image to monitor is specified via the
|
|
"-url <Image URL>" command-line option and it gets updated approximately every
|
|
5 minutes. The update interval can be overridden via the "-delay <Time>"
|
|
command-line option (Time is in seconds).
|
|
|
|
Each of the three mouse buttons can be double clicked with the
|
|
following effects:
|
|
|
|
Left Mouse:
|
|
Brings up the full-sized image in xv.
|
|
|
|
Middle Mouse:
|
|
Sends a URL (specified via the -http <URL> command-line option) to an already
|
|
running netscape process or in a new netscape process if there arent any
|
|
running.
|
|
|
|
Right Mouse:
|
|
Updates the image immediately.
|
|
|
|
Author: Michael G. Henderson <mghenderson@lanl.gov>
|
|
WWW: http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml
|