Browse Source

Readding keyword search for searching from omnibar

master
Ryan Reed 1 year ago
parent
commit
fe57c60a32
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      private_dot_mozilla/private_firefox/private_personal-profile.default/user-overrides.js.tmpl

+ 6
- 0
private_dot_mozilla/private_firefox/private_personal-profile.default/user-overrides.js.tmpl View File

@ -39,6 +39,12 @@ user_pref("browser.startup.homepage", "about:home"); // Use Firefox Home
user_pref("browser.newtabpage.enabled", true); // Use New Tab page (for new tabs) user_pref("browser.newtabpage.enabled", true); // Use New Tab page (for new tabs)
/*** [SECTION 0800]: LOCATION BAR / SEARCH BAR / SUGGESTIONS / HISTORY / FORMS ***/
/* 0801: disable location bar using search */
user_pref("keyword.enabled", true); // Allow searching in the omnibar
/*** [SECTION 1000]: DISK AVOIDANCE ***/ /*** [SECTION 1000]: DISK AVOIDANCE ***/
/* 1006: disable favicons in shortcuts */ /* 1006: disable favicons in shortcuts */


Loading…
Cancel
Save