First portion of configtypes refactoring
This commit is contained in:
parent
7e52eb7b0e
commit
921d02e4d3
@ -454,6 +454,7 @@ content.custom_headers:
|
|||||||
name: Dict
|
name: Dict
|
||||||
keytype: String
|
keytype: String
|
||||||
valtype: String
|
valtype: String
|
||||||
|
encoding: ascii
|
||||||
none_ok: true
|
none_ok: true
|
||||||
desc: Set custom headers for qutebrowser HTTP requests.
|
desc: Set custom headers for qutebrowser HTTP requests.
|
||||||
|
|
||||||
@ -1178,7 +1179,7 @@ searchengines:
|
|||||||
DEFAULT: https://duckduckgo.com/?q={}
|
DEFAULT: https://duckduckgo.com/?q={}
|
||||||
type:
|
type:
|
||||||
name: Dict
|
name: Dict
|
||||||
keytype: SearchEngineName
|
keytype: String
|
||||||
valtype: SearchEngineUrl
|
valtype: SearchEngineUrl
|
||||||
desc: FIXME
|
desc: FIXME
|
||||||
|
|
||||||
@ -1512,7 +1513,7 @@ colors.keyhint.fg:
|
|||||||
|
|
||||||
colors.keyhint.suffix.fg:
|
colors.keyhint.suffix.fg:
|
||||||
default: '#FFFF00'
|
default: '#FFFF00'
|
||||||
type: CssColor
|
type: QssColor
|
||||||
desc: Highlight color for keys to complete the current keychain
|
desc: Highlight color for keys to complete the current keychain
|
||||||
|
|
||||||
colors.keyhint.bg:
|
colors.keyhint.bg:
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user