Update configs
This commit is contained in:
parent
8e7155d2c7
commit
90b64d8b50
4 changed files with 14 additions and 4 deletions
|
@ -28,7 +28,8 @@ def init(c):
|
|||
c.url.searchengines = {
|
||||
'DEFAULT': 'https://duckduckgo.com/?q={}',
|
||||
'ddg': 'https://duckduckgo.com/?q={}',
|
||||
'kagi': 'https://kagi.com/search?q={}'
|
||||
'kagi': 'https://kagi.com/search?q={}',
|
||||
'lh': 'http://localhost:{}/',
|
||||
}
|
||||
c.url.start_pages = [
|
||||
'https://rss.serguzim.me/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue