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