| View previous topic :: View next topic |
| Author |
Message |
thechosen0ne n00b


Joined: 23 Jan 2004 Posts: 36
|
Posted: Wed Mar 31, 2004 5:40 am Post subject: Changing Cursor Theme in XFCE4 |
|
|
OK, check this out, it's easy.
do an | Code: | | #ls /usr/share/cursors/xfree/ |
and decide on a theme you like. Say for this example that you decide to use the "whiteglass" theme.
open /etc/xfce4/xinitrc and add these lines in BEFORE the line that says EOF:
| Code: |
Xcursor.theme: whiteglass
Xcursor.size: 32 (or whatever size if you want to change it from the default)
EOF
|
This will change the xfce4 cursor for all users. To change it for one user, copy the xinitrc file into the ~/.xfce4/ folder and change accordingly.
You might want to emerge -s xcursors to see some available cursors besides the defaults. |
|
| Back to top |
|
 |
Celtis l33t


Joined: 05 Jul 2003 Posts: 737
|
Posted: Wed Mar 31, 2004 5:49 am Post subject: |
|
|
| Or you can always change it in "/usr/share/cursors/xfree/default/index.theme" to have it apply to any windows manager for all users, or in "~/.Xdefaults" to have it apply to individual users |
|
| Back to top |
|
 |
thechosen0ne n00b


Joined: 23 Jan 2004 Posts: 36
|
Posted: Wed Mar 31, 2004 10:28 pm Post subject: |
|
|
OK two things through.
I like the /usr/share/cursors/default/index.theme thing, as it changes my cursor for kdm too. HOWEVER, can I change the size of the cursor using this same file?
Also, the new versions of XFCE4 for some reason, unlike kde and gnome, don't read the ~/.Xdefaults file, which is why I wrote this tip. |
|
| Back to top |
|
 |
sgt scrub n00b

Joined: 11 May 2006 Posts: 1
|
Posted: Thu May 11, 2006 12:17 pm Post subject: |
|
|
I know this thread is old but...
I'm using xorg and xfce4. In order to change the cursors I did the following.
For the system wide cursor, I edited the /usr/share/cursors/xorg-x11/default/index.theme and set it to use the blueglass-xcursors
It was changed from:
[Icon Theme]
Inherits=core
To:
[Icon Theme]
Inherits=Blue
For my user account, I copied the cursors directory to /home/myuser/.icons then edited ~/.icons/default/index.theme
To:
[Icon Theme]
Inherits=whiteglass |
|
| Back to top |
|
 |
|