diff options
author | portix <none@none> | 2012-11-11 21:50:04 +0100 |
---|---|---|
committer | portix <none@none> | 2012-11-11 21:50:04 +0100 |
commit | 098abfd249783d7c77c065949c5fd6c6174966d7 (patch) | |
tree | d94d85b1e8db196c5742691ef05a470ca1b18be3 /src/config.h | |
parent | 1f16bf084a48700c8184617d0d5fad7f071f63d6 (diff) | |
download | dwb-098abfd249783d7c77c065949c5fd6c6174966d7.zip |
New option 'hints-key-lock'
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index d0d208cc..bddf686a 100644 --- a/src/config.h +++ b/src/config.h @@ -1171,4 +1171,6 @@ static WebSettings DWB_SETTINGS[] = { SETTING_GLOBAL, CHAR, { .p = NULL }, NULL, { 0 }, }, { { "show-single-tab", "Whether to show tabbar if only on tab is opened", }, SETTING_GLOBAL | SETTING_ONINIT, BOOLEAN, { .b = true }, (S_Func)dwb_set_show_single_tab, { 0 }, }, + { { "hints-key-lock", "Timeout keypresses are ignored after following a hint", }, + SETTING_GLOBAL, INTEGER, { .i = 250 }, NULL, { 0 }, }, };/*}}}*/ |