aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-07-29 22:59:26 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-07-29 22:59:26 +0200
commit70c6dc411c19b1a7f31b11b87755833f75ac0957 (patch)
treed8c367c34c2b495cdd77d1aa7bf7dbb22633f99e /README
parent818eb5b0cfb22ff2dbe839ca6c0d1ca31d7f7e8f (diff)
document custom variables and the update_gui command
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 00d8db9..3314bf7 100644
--- a/README
+++ b/README
@@ -160,6 +160,8 @@ The following commands are recognized:
- use for chaining multiple commands
- remember to quote the commands; one command must come as one parameter
- if you use `chain` with a handler script which must return some output (such as a cookie handler -- uzbl will wait for and use its output), use sync_spawn or sync_sh instead of spawn or sh in the command that should give the output
+* `update_gui`
+ - update the contents of the status and title bars
### VARIABLES AND CONSTANTS
Uzbl has a lot of internal variables and constants. You can get the values (using the `print` command, see above), and for variables you can also change the value at
@@ -167,6 +169,8 @@ runtime. Some of the values can be passed at start up through commandline argum
Some of them have default values (see config.h)
Some variables have callback functions which will get called after setting the variable to perform some additional logic (see below)
+Besides the builtin variables you can also define your own ones and use them in the exact same way as the buitin ones.
+
* Variables:
- uri (callback: load the uri)
- verbose: affects output on stdout