Hello, 

I tried several CursorMove and CursorStyle configs, none of them work.


I don't have xorg.conf.d. 

Many thanks!

On 2014. 09. 15. at 3:52 PM, "Piotr Isajew"  wrote:Dnia 12.09.2014
somelooser3...@hushmail.com  napisał/a:
>
> we are using OpenBSD 5.5 with FVWM.
>
> How can we disable the mouse cursor?

To disable input events from pointing device you could add
something like that in /etc/X11/xorg.conf.d:

Section "InputClass"
        Identifier "mouse-all"
        MatchIsPointer "on"
        Option "ignore" "yes"
EndSection

This however will not hide the pointer. For that I would try to
use
CursorMove command in FVWM to get cursor off-screen and/or
CursorStyle to set cursors to something that will not disturb.

Reply via email to