Line 0
Link Here
|
|
|
1 |
hhpc is an utility that hides the mouse pointer in X11. It functions by |
2 |
grabbing your mouse pointer at startup and replacing its bitmap with an |
3 |
empty one (thus hiding it). Then, it waits for the X server to notify it |
4 |
when a user tries to move or click the pointer. At this point, hhpc |
5 |
relinquishes control, replays the action the user just tried to execute and |
6 |
waits for the specified number of seconds (flag -i) before trying to grab |
7 |
the pointer and hide it again. |
8 |
|
9 |
Should hhpc not work out for you, unclutter is a good alternative. hhpc was |
10 |
created because unclutter doesn't seem to interoperate properly with |
11 |
hardware accelerated surfaces like those of video players using VAAPI. |
12 |
|
13 |
WWW: https://github.com/aktau/hhpc |