qutebrowser: Switch to html ddg startpage
This commit is contained in:
parent
19c95400f7
commit
9a7b8c824d
1 changed files with 2 additions and 0 deletions
|
@ -77,3 +77,5 @@ state_dir=os.environ.get('XDG_STATE_HOME', f"{os.environ['HOME']}/.local/state")
|
|||
colorscheme=f"{state_dir}/qutebrowser/colorscheme.py"
|
||||
if os.path.isfile(colorscheme):
|
||||
config.source(colorscheme)
|
||||
|
||||
c.url.start_pages = "https://start.duckduckgo.com/html"
|
||||
|
|
Loading…
Reference in a new issue