added local startpage

This commit is contained in:
Alexander Bocken 2021-06-15 14:42:34 +02:00
parent 30a3d9d439
commit fd0fcd1a36
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8
2 changed files with 11 additions and 2 deletions

View File

@ -130,7 +130,7 @@ settings:
global: true
url.searchengines:
global:
DEFAULT: https://searx.cedars.xyz/?q={}
DEFAULT: https://duckduckgo.com/?q={}
ddg: https://duckduckgo.com/?q={}
duden: https://www.duden.de/rechtschreibung/{}
gg: https://linggle.com/?q={}
@ -139,6 +139,6 @@ settings:
sx: https://searx.cedars.xyz/?q={}&categories=general&language=en-US
yt: https://www.youtube.com/results?search_query={}
url.start_pages:
global: https://searx.cedars.xyz/
global: file:///home/alex/.config/qutebrowser/startpage.html
zoom.default:
global: 160%

View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<title>Startpage</title>
<meta charset="utf-8"/>
<body style="background:black;">
</body>
</html>