freebsd-ports/x11/hhpc/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

12 lines
683 B
Plaintext

hhpc is an utility that hides the mouse pointer in X11. It functions by
grabbing your mouse pointer at startup and replacing its bitmap with an
empty one (thus hiding it). Then, it waits for the X server to notify it
when a user tries to move or click the pointer. At this point, hhpc
relinquishes control, replays the action the user just tried to execute and
waits for the specified number of seconds (flag -i) before trying to grab
the pointer and hide it again.
Should hhpc not work out for you, unclutter is a good alternative. hhpc was
created because unclutter doesn't seem to interoperate properly with
hardware accelerated surfaces like those of video players using VAAPI.