diff options
author | portix <portix@gmx.net> | 2013-04-16 14:56:37 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2013-04-16 14:56:37 +0200 |
commit | efe30c20e438203fd2fde6b71e011bc9d59d1c38 (patch) | |
tree | bf9ecd548f41d52ec00345128897a02c54ac76f1 /m4/settings.m4 | |
parent | 200b65c9a82106940058eaa69c2d4c7553e6a36a (diff) | |
download | dwb-efe30c20e438203fd2fde6b71e011bc9d59d1c38.zip |
New option 'maximum-tabs'
Limit number of visible tabs in vertical mode automatically
Diffstat (limited to 'm4/settings.m4')
-rw-r--r-- | m4/settings.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/settings.m4 b/m4/settings.m4 index c9822059..76c801ab 100644 --- a/m4/settings.m4 +++ b/m4/settings.m4 @@ -93,6 +93,7 @@ html_input(enable-favicon, checkbox, Whether to enable favicons in the tabbar) html_input(enable-frame-flattening, checkbox, Whether to enable frame flattening) html_input(enforce-96-dpi, checkbox, Enforce a resolution of 96 dpi) html_input(factor, text, Zoom factor of the tiling area) +html_input(maximum-tabs, text, ``Limits the number of visible tabs, 0 means no limit'') html_input(message-delay, text, ``Time messages are shown, in seconds'') html_select(new-tab-position-policy, html_options(right, left, rightmost, leftmost), Controls the position of newly created tabs) html_select(progress-bar-style, html_options(default, simple), The progress bar style) |