summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorportix <none@none>2012-12-26 02:20:16 +0100
committerportix <none@none>2012-12-26 02:20:16 +0100
commit2fbdba9c84bdaaeb5640c245d9228df6411c8929 (patch)
tree0f26a654556d6c1577ba429a5ea8c0b165c3fa52 /src/config.h
parent7f198e7deff463210ed44251fc03c449261f2002 (diff)
downloaddwb-2fbdba9c84bdaaeb5640c245d9228df6411c8929.zip
New option 'load-on-focus'
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
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 }, },
};/*}}}*/