树莓派 鼠标自动消失
apt-get install unclutter
echo “@unclutter -idle 1 -root” >> /etc/xdg/lxsession/LXDE/autostart
idle后面的数字是指空闲多少时间,单位秒,最短时间是1秒
树莓派 鼠标自动消失
apt-get install unclutter
echo “@unclutter -idle 1 -root” >> /etc/xdg/lxsession/LXDE/autostart
idle后面的数字是指空闲多少时间,单位秒,最短时间是1秒