1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"../docbook-xml/docbookx.dtd"
[
<!ENTITY % myents SYSTEM "../fvwm.ent" >
%myents;
]>
<!-- $Id$ -->
<section id='Read'>
<title>Read</title>
<cmdsynopsis>
<command>Read</command
><arg choice='plain'
><replaceable>filename</replaceable
></arg
><arg choice='opt'>quiet</arg>
</cmdsynopsis>
<para>Causes fvwm to read commands from the file named
<replaceable>filename</replaceable>.
If the keyword
<fvwmopt cmd="Read" opt="Quiet"/>
follows the command no message is produced if the file is not
found. If the file name does not begin with a slash ('/'), fvwm
looks in the user's data directory, then the system data
directory. The user's data directory is by default
<filename><envar>$HOME</envar>/.fvwm</filename>.
It can be overridden by exporting
<envar>FVWM_USERDIR</envar>
set to any other directory. The
<emphasis remap='B'>Read</emphasis>
command returns 1 if the given file could be read or -1 if not
(see the section
<fvwmref sect="conditionals" opt="conditional_commands" name="Conditional Commands"/>
for the meaning of return codes).</para>
</section>
|