manpages: fix awesome-client to talk about D-Bus

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-04-27 15:09:42 +02:00
parent 2dffbe9c72
commit 0cbedbbb7f
1 changed files with 6 additions and 9 deletions

View File

@ -4,7 +4,7 @@ awesome-client(1)
NAME NAME
---- ----
awesome-client - awesome window manager command line interface awesome-client - awesome window manager remote execution
SYNOPSIS SYNOPSIS
-------- --------
@ -14,18 +14,15 @@ awesome-client
DESCRIPTION DESCRIPTION
----------- -----------
awesome-client is the command line interface to awesome. It communicates with awesome awesome-client is a remote command line interface to awesome.
via a socket located in the users's HOME directory. It communicates with awesome via D-Bus. It permits to execute Lua code remotely.
It permits to execute Lua code remotely.
USAGE USAGE
----- -----
To determine which socket is to be used, it reads the DISPLAY environment variable. awesome-client reads commands from standard input and send via D-Bus to awesome.
awesome-client reads commands from standard input. If 'rlwrap' is installed, it will be used to provide a readline command line interface.
When you pipe multiple lines into awesome-client, an empty line will flush already
collected lines into awesome with an according immediate execution.
The 'awful.remote' module has to be loaded if you want this command to work.
SEE ALSO SEE ALSO
-------- --------