Eu não tenho certeza do que você está perguntando e em que contexto - mais algumas informações seriam bem-vindas.
Talvez o seguinte tópico esteja relacionado: Hide cursor do mouse / alterar a localização do cursor?
I have spent hours for finding a solution to hide a cursor in kiosk-purpose CentOS 5.5 + WindowMaker-0.92. Finally I found it so I like to share:
- install unclutter from EPEL repository (unclutter-8-2.el5.i386 in my case)
edit ~/GNUstep/Library/WindowMaker/autostart and add
unclutter -display :0 -root -idle 1 &
(without specifying -root, cursor hides only in programs, not in window manager, -idle xx means number of seconds of mouse inactivity before cursor hides)