These cursors are of various ships seen in all of the Star Trek categories: TOS, TNG, DS9, and the Movies. They were done rather quickly and are NOT drawn to scale. Files are as follows: ent -- Enterprise NCC-1701 -- TOS ent.d -- Enterprise NCC-1701-D -- TNG excel -- Excelsior NCC-2000 -- ST6 reli -- Reliant NCC-1864 -- ST2 shut -- Shuttle -- TNG run -- Runabout NCC-72452 -- DS9 kling -- Klingon Battlecruiser -- TOS klingb -- Klingon Bird of Prey -- ST4 klingc -- Klingon Vor'Cha Attack Cruiser -- TNG rom -- Romulan Bird of Prey -- TOS rom.wb -- Romulan Warbird -- TNG borg -- Borg -- TNG card -- Cardassian Galor Warship -- DS9 ferengi -- Berengi Marauder -- TNG ds9 -- DS9 Space Station -- DS9 Here's how they appear in my .mwmrc file. "Enterprise" f.exec "xsetroot -fg black -bg grey88 -cursor ~/images/ent ~/images/ent.mask" "Enterprise-D" f.exec "xsetroot -fg black -bg LightSteelBlue2 -cursor ~/images/ent.d ~/images/ent.d.mask" "Excelsior" f.exec "xsetroot -fg black -bg LightSteelBlue1 -cursor ~/images/excel ~/images/excel.mask" "Reliant" f.exec "xsetroot -fg black -bg LightSteelBlue1 -cursor ~/images/reli ~/images/reli.mask" "Shuttle" f.exec "xsetroot -cursor ~/images/shut ~/images/shut.mask" "Runabout" f.exec "xsetroot -fg black -bg grey79 -cursor ~/images/run ~/images/run.mask" "Klingon.BC" f.exec "xsetroot -fg black -bg grey75 -cursor ~/images/kling ~/images/kling.mask" "Klingon.BOP" f.exec "xsetroot -fg black -bg green -cursor ~/images/klingb ~/images/klingb.mask" "Klingon.C" F.exec "xsetroot -fg black -bg grey79 -cursor ~/images/klingc ~/images/klingc.mask" "Romulan.BOP" f.exec "xsetroot -fg black -bg grey88 -cursor ~/images/rom ~/images/rom.mask" "Romulan.WB" f.exec "xsetroot -fg black -bg turquoise -cursor ~/images/rom.wb ~/images/rom.wb.mask" "Borg" f.exec "xsetroot -fg black -bg grey65 -cursor ~/images/borg ~/images/borg.mask" "Cardassian" f.exec "xsetroot -fg black -bg khaki3 -cursor ~/images/card ~/images/card.mask" "Ferengi" f.exec "xsetroot -fg black -bg tan2 -cursor ~/images/ferengi ~/images/ferengi.mask" "DS9" f.exec "xsetroot -fg black -bg thistle -cursor ~/images/ds9 ~/images/ds9.mask"