nyxt: disable javascript by default
Switch default search to use html.duckduckgo.com by default
This commit is contained in:
parent
df45a3a843
commit
df3beeda60
|
@ -1,5 +1,6 @@
|
|||
(define-configuration buffer
|
||||
((default-modes (pushnew 'nyxt/mode/blocker:blocker-mode %slot-value%))
|
||||
(default-modes (pushnew 'nyxt/mode/no-script:no-script-mode %slot-value%))
|
||||
(default-modes (pushnew 'nyxt/mode/emacs:emacs-mode %slot-value%))))
|
||||
|
||||
(define-configuration status-buffer
|
||||
|
@ -24,8 +25,8 @@
|
|||
'search-engine
|
||||
:name "DuckDuckGo"
|
||||
:shortcut "ddg"
|
||||
:search-url "https://start.duckduckgo.com/?q=~a"
|
||||
:fallback-url (quri.uri:uri "https://start.duckduckgo.com/"))))))
|
||||
:search-url "https://html.duckduckgo.com/html/?q=~a"
|
||||
:fallback-url (quri.uri:uri "https://html.duckduckgo.com/html/"))))))
|
||||
|
||||
(define-configuration browser
|
||||
((restore-session-on-startup-p nil)
|
||||
|
|
Loading…
Reference in a new issue