Antergos / web-greeter

A modern, visually appealing greeter for LightDM.
http://antergos.github.io/web-greeter
GNU General Public License v3.0
233 stars 57 forks source link

Hide mouse before it is moved #157

Open dali99 opened 6 years ago

dali99 commented 6 years ago

I wanted to hide the mouse from my theme, but using the css cursor:none only applies once the mouse moves a tiny bit, not when the cursor is initially set in the middle of the screen.

Is there any option that lets me disable the cursor, or could the mouse requiring an update before it applies the css rules to the cursor be fixed?