(M)  s i s t e m a   o p e r a c i o n a l   m a g n u x   l i n u x ~/ · documentação · suporte · sobre

  Next Previous Contents

6. Other ideas how to make the mouse cursor more visible

Here are some ideas for rather simple X programs that might make mouse cursors easier to track.

  • When a hot key is pressed display something (big cursor, small window, shaped window) at pointer position for 0.5s.
  • use XRecolorCursor to change the mouse cursor color every 0.1s

A more demanding project would be mouse trails à la windoze, i. e. when the mouse is moved and the mouse cursor needs to be drawn in a different position, then the old mouse cursor does not disappear at once, but after a short delay. Mouse trails would be probably best implemented in a X server, but it might be feasible to do it as a X client, or better as a proxy server (see section Technical discussion for details).


Next Previous Contents