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 edit summary
 
Line 1: Line 1:
The default image includes the xcursor-transparent icon theme which can be used to hide the pointer. To enable this, run these commands:
The default image includes the xcursor-transparent icon theme.  This can hide the mouse pointer. To enable this, run these commands:
 
<source lang=bash>
<source lang=bash>
mkdir -p ~/.icons/default/
mkdir -p ~/.icons/default/

Latest revision as of 16:23, 10 February 2017

The default image includes the xcursor-transparent icon theme. This can hide the mouse 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.