Hides the cursor in X after a period of inactivity
unclutter hides your X mouse cursor when you don't need it, to prevent it from getting in the way. You have only to move the mouse to restore the mouse cursor.
unclutter hides your X mouse cursor when you don't need it, to prevent it from getting in the way. You have only to move the mouse to restore the mouse cursor.
To install unclutter, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install unclutter
To see what files were installed by unclutter, run:
port contents unclutter
To later upgrade unclutter, run:
sudo port selfupdate && sudo port upgrade unclutter
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.