[Bug 224345] [NEW PORT] x11/hhpc: Small X11 utility to hide the mouse pointer when unused

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 14 18:31:08 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224345

            Bug ID: 224345
           Summary: [NEW PORT] x11/hhpc: Small X11 utility to hide the
                    mouse pointer when unused
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://github.com/aktau/hhpc
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: dg at syrec.org

Created attachment 188838
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=188838&action=edit
patch file

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

QA:
  portlint -ACN: OK
  poudriere testport: OK (11a, 10i)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list