aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-29 22:46:08 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-29 22:46:08 +0200
commit092201fa92e498a8bcc6fc824fcf179adc8c43fa (patch)
treeea34a248156a336bac056bb8169da963d76f005d /README
parent564b58fa836aa239870f9053ba5b2439f5da16b6 (diff)
merging fifo support back in :/ experimental! (doesnt work)
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 7 insertions, 6 deletions
diff --git a/README b/README
index 02062f1..31f307a 100644
--- a/README
+++ b/README
@@ -105,18 +105,19 @@ $1 uzbl-config-file
$2 uzbl-pid
$3 uzbl-x-window-id
$4 uzbl_fifo-filename
+$5 uzbl_socket-filename
.. [ script specific ] (optional)
The script specific arguments are this:
* history:
- $5 page url
- $6 page title
- $7 date of visit (Y-m-d H:i:s localtime)
+ $6 page url
+ $7 page title
+ $8 date of visit (Y-m-d H:i:s localtime)
* add bookmark:
- $5 page url
- $6 page title
+ $6 page url
+ $7 page title
* download:
- $5 url
+ $6 url
KNOWN BUGS
- Segfaults when using zoom commands (happens when max zoom already reached?).