mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
f0294bafaa
PR: 224345 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13499
14 lines
719 B
Plaintext
14 lines
719 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.
|
|
|
|
WWW: https://github.com/aktau/hhpc
|