aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-21 21:15:27 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-21 21:15:27 +0200
commit73dfcb6c632ecde7780e5e9bb53536b65bb0463b (patch)
tree6f154ecab7feea79dfb4f70746cffe9aee31861a /README
parente2bd46bb34507f563c7befcc80be62e26625d254 (diff)
support for some default settings so that uzbl is more uzbl by default (without config file)
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index d0a615b..4eee02e 100644
--- a/README
+++ b/README
@@ -53,8 +53,9 @@ Time to change that!
### CONFIGURATION / CONTROL:
-The general idea is that uzbl by default is very bare bones. you can send it commands to update settings and perform actions, through various interfaces. (TODO: some default settings)
-For examples of the possibilities, please see the sample config(s).
+The general idea is that uzbl by default is very bare bones. you can send it commands to update settings and perform actions, through various interfaces.
+There is a limited default configuration. Please see config.h to see what it contains.
+For examples of the possibilities what you can do, please see the sample config(s).
There are several interfaces to interact with uzbl:
* uzbl --config <filename>: <filename> will be read line by line, and the commands in it will be executed. useful to configure uzbl at startup.