Yocto xcursor-transparent: Difference between revisions

From embeddedTS Manuals
(Created page with "The default image includes the xcursor-transparent icon theme which can be used to hide the pointer. To enable this, run these commands: <source lang=bash> mkdir -p ~/.icons/...")
(No difference)

Revision as of 13:13, 21 August 2015

The default image includes the xcursor-transparent icon theme which can be used to hide the pointer. To enable this, run these commands:

mkdir -p ~/.icons/default/

echo "[Icon Theme]" > ~/.icons/default/index.theme
echo "Inherits=xcursor-transparent" >> ~/.icons/default/index.theme

# Now reset x, or reset the unit and the cursor will be invisible.