Fully hide the cursor #702
Unanswered
jamesniddrie2
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, My use case is to use one Pi running FPOS to act as the "display" to a second Pi running Victron's Venus OS which interacts with my van's battery, chargers and invertor. The Venus OS has a nice new UI but it's not natively supported on their Pi 4 build for the local screen but does if you connect to it's web UI. I've modified the FPOS scripts so allow the screen to go blank but I'm struggling to find how to full hide the cursor as it not required on the Pi seven inch touch screen. I can see unclutter is already part of the build and the pointer does hide automatically after a few seconds, but I've been struggling to find where it's defined or by adding unclutter -idle 0 -root (which I understand should fully hide the cursor) in the scripts to replace the settings. Can any one point me to the right place?
Beta Was this translation helpful? Give feedback.
All reactions