From c55250b607f2d979c281d901342323c0065fa3f9 Mon Sep 17 00:00:00 2001 From: Paul Colomiets Date: Sat, 2 Jul 2011 19:27:51 +0300 Subject: Added documentation for `window_role` --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README') 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. -- cgit v1.2.3