Skip to content

Instantly share code, notes, and snippets.

@plembo
Last active January 27, 2026 20:45
Show Gist options
  • Select an option

  • Save plembo/56e60b95c2fb3c14d780750d3f66a335 to your computer and use it in GitHub Desktop.

Select an option

Save plembo/56e60b95c2fb3c14d780750d3f66a335 to your computer and use it in GitHub Desktop.
LIbrewolf configuration on Linux

LibreWolf on Linux

LibreWolf is my standard desktop browser. It is a Firefox fork that makes my llfe easier by having sensible defualts out of the box (and a few other improvements to Mozilla's current product).

Installation

As I am currently on a Debian based distribution (Ubuntu, likely transitioning to Mint), I install using these instructions.

Configuration

Because of its shipping defaults, I have found LibreWolf quick and painless to configure. Here are the steps I take after installing:

  1. Open and exit the browser. Then edit .librewolf/librewolf.overrides.cfg to add the following lines:
defaultPref("identity.fxaccounts.enabled", true);
pref("browser.bookmarks.autoExportHTML", true);                                 
pref("browser.bookmarks.file", "/home/myusername/bookmarks.html");                  
  1. Settings > Home > Homepage and new windows > Custom URLs: enter my personal homepage URL
  2. Settings > Home > New tabs > Blank Page
  3. Privacy & Security > Delete cookies and site data when LibreWolf is closed: Uncheck
  4. Sync > Sign in using Firefox account

That's it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment