aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-01 18:38:38 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-01 18:38:38 +0200
commit563ad7c4aac83e7311ce6f16b26c983486a78cf0 (patch)
tree20d6451638f47f17763ca1883f74d94ae39adef4 /README
parent473fc60981fe93c21fd646ffd186877ebf007e46 (diff)
fix for broken bookmark script. we cannot add arbitrary arguments to keybound commands anymore, so we must add them by default to all run_command things
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 4 insertions, 5 deletions
diff --git a/README b/README
index 31f307a..6c1b23f 100644
--- a/README
+++ b/README
@@ -106,18 +106,17 @@ $2 uzbl-pid
$3 uzbl-x-window-id
$4 uzbl_fifo-filename
$5 uzbl_socket-filename
+$6 current page url
+$7 current page title
.. [ script specific ] (optional)
The script specific arguments are this:
* history:
- $6 page url
- $7 page title
$8 date of visit (Y-m-d H:i:s localtime)
* add bookmark:
- $6 page url
- $7 page title
+ none
* download:
- $6 url
+ $8 url of item to download
KNOWN BUGS
- Segfaults when using zoom commands (happens when max zoom already reached?).