Change cursor?

Please post all general support questions for LXDE here.
Locked
nicefinger
Posts: 4
Joined: Thu Sep 17, 2009 12:35 am

Change cursor?

Post by nicefinger »

Hello, I am from sweden.
Completely new to LXDE, running Masonux (built on Ubuntu 9.04).
Is it possible to change the ugly default cursors?
slimtop
Posts: 19
Joined: Tue Sep 01, 2009 10:11 am

Re: Change cursor?

Post by slimtop »

You can set the cursor theme in the file .Xdefaults in your /home. Like:

Xcursor.theme: Eclipse
Xcursor.size: 40

"Eclipse" is the exact dir name form where the cursor dir exists, either in .icons or /usr/share/icons, maybe even /usr/local/share/icons

.
nicefinger
Posts: 4
Joined: Thu Sep 17, 2009 12:35 am

Re: Change cursor?

Post by nicefinger »

Only icons there ... Can i paste in a cursor theme? Where can I find that?
slimtop
Posts: 19
Joined: Tue Sep 01, 2009 10:11 am

Re: Change cursor?

Post by slimtop »

nicefinger
Posts: 4
Joined: Thu Sep 17, 2009 12:35 am

Re: Change cursor?

Post by nicefinger »

Cant make it work. Downloaded a cursor theme and did what you said.
slimtop
Posts: 19
Joined: Tue Sep 01, 2009 10:11 am

Re: Change cursor?

Post by slimtop »

Are you running openbox as wm? I'm not familiar with your distro. My tip is for openbox.
nicefinger
Posts: 4
Joined: Thu Sep 17, 2009 12:35 am

Re: Change cursor?

Post by nicefinger »

Solved now. Downloaded the theme DMZ-White with synaptic, then created .Xdefault with this content:

Code: Select all

Xcurser*theme:   DMZ-White
I copied this from my Chrunchbang installation.
Locked