diff options
author | Francesco Turco <fturco@fastmail.fm> | 2018-03-27 21:46:36 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-28 23:57:38 +0200 |
commit | 300d88e96e808259623767b8489488a35580ef2a (patch) | |
tree | b660bfceb43c2720b8ab17e9103fc38f27372f60 /x11-themes | |
parent | net-fs/torus: remove package (dead upstream, no consumers) (diff) | |
download | gentoo-300d88e96e808259623767b8489488a35580ef2a.tar.gz gentoo-300d88e96e808259623767b8489488a35580ef2a.tar.bz2 gentoo-300d88e96e808259623767b8489488a35580ef2a.zip |
x11-themes/silver-xcursors: remove useless escape characters.
Closes: https://github.com/gentoo/gentoo/pull/7662
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/silver-xcursors/files/README.gentoo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/silver-xcursors/files/README.gentoo b/x11-themes/silver-xcursors/files/README.gentoo index 14d19d0de0f1..49bf23a8c09a 100644 --- a/x11-themes/silver-xcursors/files/README.gentoo +++ b/x11-themes/silver-xcursors/files/README.gentoo @@ -1,10 +1,10 @@ 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: @@ -16,4 +16,4 @@ 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\" + Option "HWCursor" "false" |