diff options
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 }, }, };/*}}}*/ |