several updates
This commit is contained in:
parent
dac9f903c9
commit
4bc4e5b8ad
11 changed files with 91 additions and 161 deletions
|
@ -7,6 +7,7 @@ config.backend = "webengine"
|
|||
config.load_autoconfig(False)
|
||||
c.completion.shrink = True
|
||||
c.confirm_quit = ["downloads"]
|
||||
c.content.notifications.enabled = False
|
||||
c.downloads.location.directory = "/tmp"
|
||||
c.downloads.location.suggestion = "both"
|
||||
c.downloads.open_dispatcher = "rifle"
|
||||
|
@ -22,8 +23,8 @@ c.session.default_name = "default"
|
|||
c.tabs.background = True
|
||||
c.tabs.last_close = "close"
|
||||
c.tabs.show = "multiple"
|
||||
c.tabs.favicons.show = "never"
|
||||
c.url.default_page = "about:blank"
|
||||
c.tabs.favicons.show = "pinned"
|
||||
c.url.default_page = "qute://bookmarks"
|
||||
c.url.start_pages = ["qute://bookmarks"]
|
||||
c.url.searchengines = { "startpage": "https://startpage.com/do/search?query={}"
|
||||
, "ecosia": "https://www.ecosia.org/search?q={}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue