nyxt: remove duckduckgo lite, disable restore on startup
This commit is contained in:
parent
5ea8122696
commit
69aafbf1af
|
@ -24,17 +24,11 @@
|
||||||
'search-engine
|
'search-engine
|
||||||
:name "DuckDuckGo"
|
:name "DuckDuckGo"
|
||||||
:shortcut "ddg"
|
:shortcut "ddg"
|
||||||
:search-url "https://duckduckgo.com/?q=~a"
|
:search-url "https://start.duckduckgo.com/?q=~a"
|
||||||
:fallback-url (quri.uri:uri "https://duckduckgo.com/"))
|
:fallback-url (quri.uri:uri "https://start.duckduckgo.com/"))))))
|
||||||
(make-instance
|
|
||||||
'search-engine
|
|
||||||
:name "DuckDuckGo Lite"
|
|
||||||
:shortcut "ddgl"
|
|
||||||
:search-url "https://lite.duckduckgo.com/lite/?q=~a"
|
|
||||||
:fallback-url (quri.uri:uri "https://lite.duckduckgo.com/lite/"))))))
|
|
||||||
|
|
||||||
(define-configuration browser
|
(define-configuration browser
|
||||||
((restore-session-on-startup-p t)
|
((restore-session-on-startup-p nil)
|
||||||
(theme (make-instance
|
(theme (make-instance
|
||||||
'theme:theme
|
'theme:theme
|
||||||
:dark-p t
|
:dark-p t
|
||||||
|
|
Loading…
Reference in a new issue