diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-12-03 00:39:21 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-12-03 00:39:21 +0100 |
commit | d593b1be059485dfdb19fb0b9560c9292a7f1150 (patch) | |
tree | 5566ac4c3fb8af402211c0837287752979002e54 /x11-themes/silver-xcursors/files | |
parent | x11-themes/golden-xcursors: Fix formatting of README.gentoo. (diff) | |
download | gentoo-d593b1be059485dfdb19fb0b9560c9292a7f1150.tar.gz gentoo-d593b1be059485dfdb19fb0b9560c9292a7f1150.tar.bz2 gentoo-d593b1be059485dfdb19fb0b9560c9292a7f1150.zip |
x11-themes/silver-xcursors: Install README.gentoo by Francesco Turco (bug #637686).
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'x11-themes/silver-xcursors/files')
-rw-r--r-- | x11-themes/silver-xcursors/files/README.gentoo | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-themes/silver-xcursors/files/README.gentoo b/x11-themes/silver-xcursors/files/README.gentoo new file mode 100644 index 000000000000..14d19d0de0f1 --- /dev/null +++ b/x11-themes/silver-xcursors/files/README.gentoo @@ -0,0 +1,19 @@ +To use this set of cursors, edit or create the file ~/.Xdefaults and add the +following line: +Xcursor.theme: Silver +" +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=Silver + +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\" |