mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-19 11:01:52 +02:00
librewolf: Don't suggest search engines
Removes the useless DuckDuckGo suggestion when starting a search with "d".
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
"browser.toolbars.bookmarks.visibility" = "never";
|
||||
"browser.quitShortcut.disabled" = true;
|
||||
"browser.sessionstore.restore_pinned_tabs_on_demand" = true;
|
||||
|
||||
"browser.urlbar.suggest.bookmark" = false;
|
||||
"browser.urlbar.suggest.engines" = false;
|
||||
"browser.urlbar.suggest.history" = false;
|
||||
"browser.urlbar.suggest.topsites" = false;
|
||||
|
||||
|
Reference in New Issue
Block a user