diff options
author | portix <none@none> | 2012-07-28 13:29:49 +0200 |
---|---|---|
committer | portix <none@none> | 2012-07-28 13:29:49 +0200 |
commit | 3376ea121031cff2a85272e66bfeedcf556d4ff1 (patch) | |
tree | fbdcdb2a139fd5d7cfc534ef2102c7da4a6e5a53 /doc/dwb.1.txt | |
parent | cb1bca721906b8b8137023ede6103bb530230f91 (diff) | |
download | dwb-3376ea121031cff2a85272e66bfeedcf556d4ff1.zip |
Removing option 'close-last-tab', introducing 'close-last-tab-policy' instead; closing #206
Diffstat (limited to 'doc/dwb.1.txt')
-rw-r--r-- | doc/dwb.1.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/dwb.1.txt b/doc/dwb.1.txt index 80c34e81..1ace0ef1 100644 --- a/doc/dwb.1.txt +++ b/doc/dwb.1.txt @@ -1196,9 +1196,9 @@ The cache model used by webkit, possible values are 'webbrowser' and usage, documentviewer reduces memory usage but also decreases browsing speed. Default Value: 'webbrowser'. -*close-last-tab*:: -Whether to close the last tab if 'close_tab' is called, if set to true the last -tab's history is cleared and the window is closed; default value: 'false'. +*close-last-tab-policy*:: +Behaviour when the last tab is closed, possible values are 'ignore', 'clear' and +'close'; default value: 'ignore'. *close-tab-focus-policy*:: Controls the focus when the focused tab is closed, possible values are 'right', |