Page 1 of 1

Mouse cursor

Posted: 30. Apr 2012, 13:21
by cm1967
I wouldn't really consider this a problem but more of just a question.

I just installed Salix 13.37 Fluxbox on my ThinkPad T42. Is there a way to change the mouse cursor? Currently, it's the large cursor and I would like to set it to something a bit smaller.

Thanks for the help!

Re: Mouse cursor

Posted: 30. Apr 2012, 14:31
by fredg
Quoted from http://www.tech-forums.net/pc/f127/flux ... al-245814/
Using Gtk2.0 color Icon and mouse cursor themes on fluxbox:
best place for all of these: Here
Color:
put your file in .themes(create if not there yet) in your home directory and make a new file in your home named .gtkrc-2.0
and add this in:
gtk-theme-name="Themenamehere"
Hope this help.

++

Re: Mouse cursor

Posted: 30. Apr 2012, 15:52
by cm1967
Thanks for the help. Unfortunately, I tried several different themes but none of them changed the mouse cursor.

Re: Mouse cursor

Posted: 30. Apr 2012, 16:59
by Shador
I'm not too sure but I guess lxappearance would work and doesn't require you to fiddle with config files.

Re: Mouse cursor (Fluxbox & Xdefaults)

Posted: 30. Apr 2012, 18:42
by zAchAry
I am editing the .Xdefaults file which is located in the home directory (if not, create it).
I am using OpenZone (by ducakar) (should be packed with default SalixOS installations) ;)

I am installing the Cursors, and then I am adding this:

Code: Select all

!-------------------------------------------------------------------------------
!	X C U R S O R - Setting
!
!Xcursor.theme:	Vanilla-DMZ
Xcursor.theme:	OpenZone_White_Slim
I am saving the file.
I am running one of the following commands:

Code: Select all

xrdb -load ~/.Xdefaults
xrdb -load $HOME/.Xdefaults
Voila!

P.S
I think that it is necessary to click on one of these menu entries

Code: Select all

	[reconfig] (Reconfigure Fluxbox) {} <>
	[restart] (Restart Fluxbox) {} <>
[/i]

I have also added the following line to the startup file ~/.fluxbox/startup

Code: Select all

xrdb -load ~/.Xdefaults &