dotfiles/.config/qutebrowser/config.py
2025-09-02 05:44:14 +00:00

15 lines
357 B
Python

# pyright: reportUndefinedVariable=false
config.load_autoconfig(False)
c.content.autoplay = False
c.content.notifications.enabled = False
c.url.searchengines = {
"DEFAULT": "https://searx.gmoker.com/search?q={}",
"!g": "https://www.google.com/search?q={}",
"!d": "https://duckduckgo.com/?q={}",
}
c.url.start_pages = "about:blank"