diff options
author | portix <none@none> | 2012-12-26 02:20:16 +0100 |
---|---|---|
committer | portix <none@none> | 2012-12-26 02:20:16 +0100 |
commit | 2fbdba9c84bdaaeb5640c245d9228df6411c8929 (patch) | |
tree | 0f26a654556d6c1577ba429a5ea8c0b165c3fa52 /doc/dwb.1 | |
parent | 7f198e7deff463210ed44251fc03c449261f2002 (diff) | |
download | dwb-2fbdba9c84bdaaeb5640c245d9228df6411c8929.zip |
New option 'load-on-focus'
Diffstat (limited to 'doc/dwb.1')
-rw-r--r-- | doc/dwb.1 | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -2,12 +2,12 @@ .\" Title: dwb .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> -.\" Date: 12/19/2012 +.\" Date: 12/26/2012 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "DWB" "1" "12/19/2012" "\ \&" "\ \&" +.TH "DWB" "1" "12/26/2012" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -3397,6 +3397,12 @@ Whether to allow loading javascript snippets with scheme \fItrue\fR\&. .RE .PP +\fBload\-on\-focus\fR +.RS 4 +Whether to defer loading of a tab until a tab is focused, especially useful on startup and with slow internet connections, default value: +\fIfalse\fR\&. +.RE +.PP \fBmessage\-delay\fR .RS 4 The duration messages are shown\&. Possible values: duration in seconds (integer), default value: |