aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-10-24 10:38:36 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-10-24 10:38:36 +0200
commitddf66ef50c46eb50466282e4c0700c0baff8344c (patch)
treef17f9b239d388b3738d3dce2e829d595ad632b9f /README
parent9eae868af1fc7c73d9776166d1135d13f472f858 (diff)
parent2ff6b2e51b1431f9698ceb46f5f3310541dce120 (diff)
Merge branch 'master' of git://github.com/bct/uzbl into experimental
Conflicts: uzbl-core.c
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index d357f1a..b73978d 100644
--- a/README
+++ b/README
@@ -84,8 +84,8 @@ If you made changes to the configuration at runtime, these are not pased on to t
Uzbl-browser will read commands via standard input, named fifo pipe (if `fifo_dir` is set) and IPC socket (when `socket_dir` is set).
For convenience, uzbl can also be instructed to read commands from a file on startup by using the `-c` option. Indeed, the config file is nothing more than a list of commands.
-Each command starts with the name of the command, which must be the first thing on a line; preceding whitespace is not allowed.
-A command is terminated by a newline. Empty lines and lines that start with the hash sign are ignored by the parser. Command names are always written in lowercase.
+Each command starts with the name of the command or an uzbl variable that expands to it. A command is terminated by a newline.
+Empty lines and lines that start with the hash sign are ignored by the parser. Command names are always written in lowercase.
The following commands are recognized: