qutebrowser: Fix double start page configuration
This commit is contained in:
parent
7003fe992f
commit
d0103297c7
2 changed files with 2 additions and 3 deletions
|
|
@ -98,4 +98,5 @@ colorscheme = f"{state_dir}/qutebrowser/colorscheme.py"
|
|||
if os.path.isfile(colorscheme):
|
||||
config.source(colorscheme)
|
||||
|
||||
c.url.start_pages = "https://html.duckduckgo.com/lite"
|
||||
c.url.start_pages = ["https://html.duckduckgo.com/lite"]
|
||||
c.url.default_page = "https://html.duckduckgo.com/lite"
|
||||
|
|
|
|||
|
|
@ -30,5 +30,3 @@ c.url.searchengines = {
|
|||
"w": "https://en.wikipedia.org/w/index.php?search={}",
|
||||
"yt": "https://yewtu.be/search?q={}",
|
||||
}
|
||||
c.url.default_page = "https://start.duckduckgo.com"
|
||||
c.url.start_pages = ["https://start.duckduckgo.com"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue