On Fri, 20 Oct 2000, Paul Tomblin wrote:
 
> jim wrote:
> 
> > Are there any suggestions how I can get bb to use my choice of
> > cursor?  Sure I can fire up a terminal and issue the command
> > whenever I want, but I wouldn't consistently.  And then I'd give up.
> 
> The cursors are hardcoded into the source code.  Look at
> BaseDisplay.cc around line 366.  I don't see any provision to use any
> other cursors.  If you want to change the cursor, you're probably
> going to have to compile it in.  Which is fine by me - you make the
> product too configurable and it will grow and slow down, and we've
> already got enough window managers like that.

jim,

i use a different root window cursor, and it works fine for me. i have the
following in my .xinitrc, directly before starting the window manager:
 
      sleep 3 && [ -f $CURSOR -a -f $CURSOR_MASK ] && \
                xsetroot -cursor $CURSOR $CURSOR_MASK &
 
of course you'll have to provide values for CURSOR and CURSOR_MASK.
 
cheers,
 
 
cthulhain
 
 
--
4.0k -rw-rw-r--    1 zork     zork       17 Apr 4 17:38 .signature

Reply via email to