Firefox Sensible Defaults

Here are the some of the Firefox changes I do every time, so I don't forget them in the future. I'll probably update this list if I stumble upon some other useful flags.

Bookmarks

Keep bookmarks menu open

browser.bookmarks.openInTabClosesMenu = false

Open bookmarks in background tabs

browser.tabs.loadBookmarksInBackground = true

Interface

Disable Firefox Monitor, Relay and VPN toolbar icons

identity.fxaccounts.toolbar.pxiToolbarEnabled = false

Use OS window frame

browser.tabs.inTitlebar = 0

Desktop & Tabs

Open links on active virtual desktop

widget.disable-workspace-management = false

Increase tab group drag delay to 3 seconds

browser.tabs.dragDrop.createGroup.delayMS = 3000

How to apply these

  1. Type about:config in the address bar
  2. Accept the warning
  3. Search for each setting name
  4. Double-click to edit the value
  5. Profit! 💰
I ♥ RSS