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.txt | |
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.txt')
-rw-r--r-- | doc/dwb.1.txt | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/doc/dwb.1.txt b/doc/dwb.1.txt index a4dd4067..4dce6dfe 100644 --- a/doc/dwb.1.txt +++ b/doc/dwb.1.txt @@ -1169,10 +1169,8 @@ The background color of the statusbar. Possible values: an rgb color-string, default value: '#000000'. -*foreground-color*:: -The foreground color of statusbar. Possible values: an rgb color-string. -default value: -'#ffffff'. +*bars-padding*:: +Padding of the status, download, completion and tab bars, default value: 0. *auto-completion*:: Whether possible keystrokes should be shown. (Shift-) Tab cycles through keystrokes. @@ -1306,6 +1304,11 @@ default value: '#ff0000'. The color for prompt-messages. Possible values: an rgb color-string, default value: '#00ff00'. +*file-sync-interval*:: +Interval in seconds to save history, cookies or session to hdd or 0 to +immediately save, see also *sync-files*, +default value: 120. + *font*:: The font used for the ui. Possible values: a font description string, default value: @@ -1327,6 +1330,11 @@ css font description. Default value: 'normal'10px helvetica . The font used for tablabels without focus and completion items without focus. Possible values: a font description string. +*foreground-color*:: +The foreground color of statusbar. Possible values: an rgb color-string. +default value: +'#ffffff'. + *hint-active-color*:: The background color for active link, i.e. the link followed when Return is pressed. Possible values: a rgb color string, default value: '#00ff00'. @@ -1472,12 +1480,10 @@ certificate. default value: '#ff0000'. The default startpage. Possible values: an url or "about:blank" for an empty startpage, default value: 'about:blank'. -*bars-padding*:: -Padding of the status, download, completion and tab bars, default value: 0. - *sync-files*:: -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 *file-sync-interval*. +Possible values are 'all', 'cookies', 'history', 'session' or a combination, +default value: 'all'. *tabbar-visible*:: When the tabbar is hidden specifies the number of seconds the tabbar is visible |