mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 01:33:17 +01:00
librewolf: Don't suggest bookmarks
Mainly for a peace of mind when performing searches.
This commit is contained in:
parent
b26094698c
commit
7bd2ae13ac
@ -12,6 +12,7 @@
|
|||||||
"browser.tabs.warnOnClose" = true;
|
"browser.tabs.warnOnClose" = true;
|
||||||
"browser.toolbars.bookmarks.visibility" = "never";
|
"browser.toolbars.bookmarks.visibility" = "never";
|
||||||
"browser.quitShortcut.disabled" = true;
|
"browser.quitShortcut.disabled" = true;
|
||||||
|
"browser.urlbar.suggest.bookmark" = false;
|
||||||
"browser.urlbar.suggest.history" = false;
|
"browser.urlbar.suggest.history" = false;
|
||||||
"browser.urlbar.suggest.topsites" = false;
|
"browser.urlbar.suggest.topsites" = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user