diff options
author | portix <none@none> | 2012-08-27 01:17:36 +0200 |
---|---|---|
committer | portix <none@none> | 2012-08-27 01:17:36 +0200 |
commit | aa261c53b5d23b4bd4f169dc0f292c4e7f476e8f (patch) | |
tree | 6e7d4a7a9b1fe24b55b10061fa1330011d5e2b47 /doc/dwb.1 | |
parent | 88190744663a933a51f793b66b1ba569228fe62c (diff) | |
download | dwb-aa261c53b5d23b4bd4f169dc0f292c4e7f476e8f.zip |
Replace option sync-files with file-sync-interval, sync-files now specifies type of file to sync; also sync session
Diffstat (limited to 'doc/dwb.1')
-rw-r--r-- | doc/dwb.1 | 35 |
1 files changed, 24 insertions, 11 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: 08/21/2012 +.\" Date: 08/27/2012 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "DWB" "1" "08/21/2012" "\ \&" "\ \&" +.TH "DWB" "1" "08/27/2012" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -3024,10 +3024,9 @@ The background color of the statusbar\&. Possible values: an rgb color\-string, \fI#000000\fR\&. .RE .PP -\fBforeground\-color\fR +\fBbars\-padding\fR .RS 4 -The foreground color of statusbar\&. Possible values: an rgb color\-string\&. default value: -\fI#ffffff\fR\&. +Padding of the status, download, completion and tab bars, default value: 0\&. .RE .PP \fBauto\-completion\fR @@ -3237,6 +3236,12 @@ The color for prompt\-messages\&. Possible values: an rgb color\-string, default \fI#00ff00\fR\&. .RE .PP +\fBfile\-sync\-interval\fR +.RS 4 +Interval in seconds to save history, cookies or session to hdd or 0 to immediately save, see also +\fBsync\-files\fR, default value: 120\&. +.RE +.PP \fBfont\fR .RS 4 The font used for the ui\&. Possible values: a font description string, default value: @@ -3263,6 +3268,12 @@ The font used for status elements if the statusbar is hidden\&. Possible values: The font used for tablabels without focus and completion items without focus\&. Possible values: a font description string\&. .RE .PP +\fBforeground\-color\fR +.RS 4 +The foreground color of statusbar\&. Possible values: an rgb color\-string\&. default value: +\fI#ffffff\fR\&. +.RE +.PP \fBhint\-active\-color\fR .RS 4 The background color for active link, i\&.e\&. the link followed when Return is pressed\&. Possible values: a rgb color string, default value: @@ -3487,14 +3498,16 @@ The default startpage\&. Possible values: an url or "about:blank" for an empty s \fIabout:blank\fR\&. .RE .PP -\fBbars\-padding\fR -.RS 4 -Padding of the status, download, completion and tab bars, default value: 0\&. -.RE -.PP \fBsync\-files\fR .RS 4 -Interval in seconds to save history and cookies to hdd or 0 to immediately save to hdd, default value: 0\&. +Type of files to sync, see also +\fBfile\-sync\-interval\fR\&. Possible values are +\fIall\fR, +\fIcookies\fR, +\fIhistory\fR, +\fIsession\fR +or a combination, default value: +\fIall\fR\&. .RE .PP \fBtabbar\-visible\fR |