1= FvwmConsole(1)
2
3:doctype: manpage
4:mantitle: FvwmCommand
5:manname: FvwmCommand
6:manvolnum: 1
7:page-layout: base
8
9== NAME
10
11FvwmCommand - send commands to fvwm3.
12
13== SYNOPSIS
14
15FvwmCommand __command__
16
17== DESCRIPTION
18
19FvwmCommand allows the user to send commands to fvwm3.  This is useful for
20external use from shell-scripts or other languages.
21
22== INVOCATION
23
24FvwmCommand __command__
25
26== CONFIGURATION OPTIONS
27
28FvwmCommand accepts the following command-line arguments:
29
30-c::
31	Read and send commands from stdin
32
33-f __filename__::
34	Use unix socket (__filename__) to connect to __FvwmMFL__
35
36-i [infolevel]::
37----
380 - default
39>0 - print output from FvwmMFL
40----
41
42-d::
43	Print detailed diagnostic messages
44
45-v::
46	Print version number.
47
48== AUTHOR
49
50FvwmCommand is the original work of Miroslav (NsCDE)
51