blob: fa65ab4d2f80c4a1dcce496bba8925947a5b24cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
To use this set of cursors, edit or create the file ~/.Xdefaults
and add the following line:
Xcursor.theme: Gold
You can change the size by adding a line like:
Xcursor.size: 48
Also, to globally use this set of mouse cursors edit the file:
/usr/share/cursors/xorg-x11/default/index.theme
and change the line:
Inherits=[current setting]
to
Inherits=Gold
Note this will be overruled by a user's ~/.Xdefaults file.
If you experience flickering, try setting the following line in
the Device section of your xorg.conf file:
Option \"HWCursor\" \"false\"
|