added local startpage
This commit is contained in:
parent
30a3d9d439
commit
fd0fcd1a36
@ -130,7 +130,7 @@ settings:
|
|||||||
global: true
|
global: true
|
||||||
url.searchengines:
|
url.searchengines:
|
||||||
global:
|
global:
|
||||||
DEFAULT: https://searx.cedars.xyz/?q={}
|
DEFAULT: https://duckduckgo.com/?q={}
|
||||||
ddg: https://duckduckgo.com/?q={}
|
ddg: https://duckduckgo.com/?q={}
|
||||||
duden: https://www.duden.de/rechtschreibung/{}
|
duden: https://www.duden.de/rechtschreibung/{}
|
||||||
gg: https://linggle.com/?q={}
|
gg: https://linggle.com/?q={}
|
||||||
@ -139,6 +139,6 @@ settings:
|
|||||||
sx: https://searx.cedars.xyz/?q={}&categories=general&language=en-US
|
sx: https://searx.cedars.xyz/?q={}&categories=general&language=en-US
|
||||||
yt: https://www.youtube.com/results?search_query={}
|
yt: https://www.youtube.com/results?search_query={}
|
||||||
url.start_pages:
|
url.start_pages:
|
||||||
global: https://searx.cedars.xyz/
|
global: file:///home/alex/.config/qutebrowser/startpage.html
|
||||||
zoom.default:
|
zoom.default:
|
||||||
global: 160%
|
global: 160%
|
||||||
|
9
.config/qutebrowser/startpage.html
Normal file
9
.config/qutebrowser/startpage.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user