diff options
author | portix <portix@gmx.net> | 2012-02-29 17:03:21 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-02-29 17:03:21 +0100 |
commit | be7e89e4b9870924114c90885e9225466fa485c8 (patch) | |
tree | f168991d32a6b6b5b503dffba0356a8805933fc8 /src/config.h | |
parent | 3fd39f3f891953ade2e5a0e5c03e1c9b2d4d2616 (diff) | |
download | dwb-be7e89e4b9870924114c90885e9225466fa485c8.zip |
Rename setting font-inactive -> font-nofocus
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h index 22dac321..a0685766 100644 --- a/src/config.h +++ b/src/config.h @@ -948,12 +948,12 @@ static WebSettings DWB_SETTINGS[] = { { { "font", "Default font used for the ui", }, SETTING_GLOBAL, CHAR, { .p = "monospace 8" }, (S_Func) dwb_reload_layout, }, - { { "font-inactive", "Font of views without focus", }, - SETTING_GLOBAL, CHAR, { .p = NULL }, (S_Func) dwb_reload_layout, }, { { "font-entry", "Font of the addressbar", }, SETTING_GLOBAL, CHAR, { .p = NULL }, (S_Func) dwb_reload_layout, }, { { "font-completion", "Font for tab-completion", }, SETTING_GLOBAL, CHAR, { .p = NULL }, (S_Func) dwb_reload_layout, }, + { { "font-nofocus", "Font of tabs/completion items without focus", }, + SETTING_GLOBAL, CHAR, { .p = NULL }, (S_Func) dwb_reload_layout, }, { { "hint-letter-seq", "Letter sequence for letter hints", }, SETTING_PER_VIEW, CHAR, { .p = "FDSARTGBVECWXQYIOPMNHZULKJ" }, (S_Func) dwb_reload_scripts, }, |