View Single Post
Old 29th July 2019
IdOp's Avatar
IdOp IdOp is offline
Too dumb for a smartphone
 
Join Date: May 2008
Location: twisting on the daemon's fork(2)
Posts: 1,027
Default

Quote:
Originally Posted by shep
... there are issues with the mouse cursor. The cursor is an "X" and becomes a pointer arrow when over an app.
You can define your own cursor while over the root window, using xsetroot(1) like this

$ xsetroot -cursor <cursorfile> <maskfile>

Might be worth a try if you're not already doing this.
Reply With Quote