diff options
author | portix <portix@gmx.net> | 2012-02-29 00:50:29 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-02-29 00:50:29 +0100 |
commit | 8304d79b035949e8f022df9ebe8f04bb801ea042 (patch) | |
tree | 783234d931475f56d837f8fc12e368151b0f387c /util | |
parent | c74f3cd7881423c074e0bbaa8b2038039af55920 (diff) | |
download | dwb-8304d79b035949e8f022df9ebe8f04bb801ea042.zip |
New setting 'new-tab-position-policy', closing #85; don't set setting from commandline if an error occured
Diffstat (limited to 'util')
-rw-r--r-- | util/settings.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/settings.in b/util/settings.in index 5ed71a8f..5bfd9a81 100644 --- a/util/settings.in +++ b/util/settings.in @@ -76,6 +76,7 @@ enable-favicon checkbox Whether to enable favicons in the tabbar enforce-96-dpi checkbox Enforce a resolution of 96 dpi factor text Zoom factor of the tiling area message-delay text Time messages are shown, in seconds +new-tab-position-policy select @right @left @rightmost @leftmost Control the position of newly created tabs scrollbars checkbox Whether scrollbars should be enabled tabbar-visible text Number of seconds a hidden tabbar is visible when switching between tabs tabbed-browsing checkbox Whether to enable tabbed browsing |