From 70c6dc411c19b1a7f31b11b87755833f75ac0957 Mon Sep 17 00:00:00 2001 From: Robert Manea Date: Wed, 29 Jul 2009 22:59:26 +0200 Subject: [PATCH] document custom variables and the update_gui command --- README | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 1.7.9.5