AutoYADM commit: 2025-06-01 22:54:18
This commit is contained in:
parent
301e318c1e
commit
83f8525ea0
2 changed files with 35 additions and 0 deletions
|
@ -8,6 +8,22 @@ c.new_instance_open_target = "tab-bg"
|
|||
c.tabs.background = True
|
||||
c.content.blocking.enabled = True
|
||||
c.content.blocking.method = "adblock"
|
||||
c.auto_save.session = True
|
||||
c.completion.open_categories = [
|
||||
"searchengines",
|
||||
"quickmarks",
|
||||
"bookmarks",
|
||||
"history",
|
||||
"filesystem",
|
||||
]
|
||||
|
||||
c.hints.chars = "tnserigmao"
|
||||
|
||||
# dark mode
|
||||
c.colors.webpage.darkmode.enabled = True
|
||||
c.colors.webpage.darkmode.algorithm = "lightness-cielab"
|
||||
c.colors.webpage.darkmode.policy.images = "never"
|
||||
config.set("colors.webpage.darkmode.enabled", False, "file://*")
|
||||
|
||||
# searches
|
||||
c.url.searchengines["DEFAULT"] = "https://duckduckgo.com/q={}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue