Adding search changes
This commit is contained in:
parent
e6f2ddcc92
commit
fb0aa8369b
|
@ -1541,7 +1541,8 @@ c.hints.radius = 6
|
|||
# 'input:not([type])',
|
||||
# 'textarea']}
|
||||
|
||||
c.hints.selectors['all'].append('ha-icon')
|
||||
c.hints.selectors['all'].append('ha-card')
|
||||
c.hints.selectors['all'].append('[for="checkbox"]')
|
||||
|
||||
## Make characters in hint strings uppercase.
|
||||
## Type: Bool
|
||||
|
@ -2132,7 +2133,9 @@ c.url.searchengines = {
|
|||
"aur": "https://aur.archlinux.org/packages/?O=0&K={}",
|
||||
"od": "https://odysee.com/$/search?q={}",
|
||||
"aw": "https://wiki.archlinux.org/index.php?search={}",
|
||||
"d": "https://duckduckgo.com/?q={}",
|
||||
"di": "https://duckduckgo.com/?q={}&iax=images&ia=images",
|
||||
"s": "https://duckduckgo.com/?q={}&iax=images&ia=images",
|
||||
}
|
||||
|
||||
## Page(s) to open at the start.
|
||||
|
|
Loading…
Reference in a new issue