aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Paul Colomiets <paul@colomiets.name>2011-07-02 19:27:51 +0300
committerGravatar Paul Colomiets <paul@colomiets.name>2011-07-02 19:27:51 +0300
commitc55250b607f2d979c281d901342323c0065fa3f9 (patch)
tree922940fdcb777946b9c652b43e09232bcd1ab003 /README
parent1037a6371e2b8f4f111676851034193318a68726 (diff)
Added documentation for `window_role`
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 6709bf5..d6473bf 100644
--- a/README
+++ b/README
@@ -297,6 +297,8 @@ file).
expanded).
* `title_format_short`: titlebar string when statusbar shown (will be expanded).
* `icon`: path to icon for Gtk.
+* `window_role`: Window role string. By default there is no role. This string
+ is only used by some advanced window managers.
* `forward_keys`: Whether `uzbl-core` should send key events to the webkit view.
* `cookie_handler`: Handler called when the page requests a cookie to be
retrieved or set. Appends the following arguments to the standard handler
@@ -616,7 +618,7 @@ The EM allows:
* Many fine-grained events (`hover_over_link`, `key_press`, `key_release`,..)
* See example `uzbl-event-manager`.
-**Note**: Cookie events are sent in addition to (optionally) being handled by
+**Note**: Cookie events are sent in addition to (optionally) being handled by
the cookie handler (set by the cookie_handler var). If using a handler it will
take precedence before the internal state configured by (add|delete)_cookie
commands.