I'm trying hide the mouse cursor my Debian Jessie with gnome-shell and gdm display manager.
I could easily do if I know how can pass the argument -nocursor to X server with the GDM Display manager.
If I do not use GDM is simple:
startx -- -nocursor
How do I can do it?