diff options
author | portix <none@none> | 2012-12-26 02:20:16 +0100 |
---|---|---|
committer | portix <none@none> | 2012-12-26 02:20:16 +0100 |
commit | 2fbdba9c84bdaaeb5640c245d9228df6411c8929 (patch) | |
tree | 0f26a654556d6c1577ba429a5ea8c0b165c3fa52 /src/config.h | |
parent | 7f198e7deff463210ed44251fc03c449261f2002 (diff) | |
download | dwb-2fbdba9c84bdaaeb5640c245d9228df6411c8929.zip |
New option 'load-on-focus'
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 a473080e..36db4718 100644 --- a/src/config.h +++ b/src/config.h @@ -1181,4 +1181,6 @@ static WebSettings DWB_SETTINGS[] = { 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 }, }, + { { "load-on-focus", "Load uris at the earliest when a tab gets focus", }, + SETTING_GLOBAL, BOOLEAN, { .b = false }, NULL, { 0 }, }, };/*}}}*/ |