Changed a bit the help text
This commit is contained in:
parent
6da34df4d1
commit
51301f78b6
1 changed files with 5 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
const N="\n";
|
const N="\n";
|
||||||
const SNAME='xstoxfces';
|
const SNAME='xstoxfces';
|
||||||
const SVERS='0.1.2';
|
const SVERS='0.1.3';
|
||||||
|
|
||||||
$opts=[
|
$opts=[
|
||||||
'xscreensaver_user_conf_file'=>null,
|
'xscreensaver_user_conf_file'=>null,
|
||||||
|
@ -42,7 +42,10 @@ Currently, «Xfce screensaver» supports xscreensaver’s screensavers, but does
|
||||||
not automatically make them available to users. This script just converts
|
not automatically make them available to users. This script just converts
|
||||||
xscreensaver’s screensavers «.xml» definition files to «.desktop» files and
|
xscreensaver’s screensavers «.xml» definition files to «.desktop» files and
|
||||||
saves these «.desktop» files in a directory where «Xfce screensaver» will
|
saves these «.desktop» files in a directory where «Xfce screensaver» will
|
||||||
consider them (by default «$HOME/.local/share/applications/screensavers»).
|
consider them (by default «$HOME/.local/share/applications/screensavers»);
|
||||||
|
in addition, it can optionally exclude screensavers and preserve their
|
||||||
|
configuration (that is, their arguments) according to an xscreensaver’s
|
||||||
|
user configuration file («$HOME/.xscreensaver» by default).
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue