X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=README;h=00d8db9fbb25e41dba4ea5e3581b29309d356e19;hb=ca982ad25b14317bbf00981b0b475d4bd2ca6d17;hp=d73bab1eb778c5928483e305ef6517aec8e520a0;hpb=ca17db26a529867716e406a69a55d16e6314381d;p=uzbl-mobile diff --git a/README b/README index d73bab1..00d8db9 100644 --- a/README +++ b/README @@ -141,6 +141,8 @@ The following commands are recognized: * `sync_sh ` - these are synchronous variants of `spawn` and `sh`, which means uzbl will wait for them to return - you should only need to use these manually if you want to use a chain command in a handler that wants output from the command it runs +* `talk_to_socket ` + - lets uzbl talk to a socketfile * `exit` * `search ` * `search_reverse ` @@ -222,6 +224,13 @@ Some variables have callback functions which will get called after setting the v - default_encoding: iso-8859-1 by default - enforce_96_dpi: 1 by default - caret_browsing + - default_font_family = sans-serif + - monospace_font_family = monospace (example "Aerial Mono" ) + - cursive_font_family = sans + - fantasy_font_family = "Pterra" + - serif_font_family = serif (example "DejaVu Serif") + - sans_serif_font_family = sans (example "DejaVu Sans") + * Constants (not dumpable or writeable): - WEBKIT_MAJOR: set at compile time