Configuration for Firefox focused on privacy and blazing-fast browsing, suitable for everyone.
Go to file
Filip Znachor 0aa257f054 Added problems & sources sections 2023-10-11 23:45:14 +02:00
README.md Added problems & sources sections 2023-10-11 23:45:14 +02:00
prefs.js Added dark theme 2023-08-17 18:08:17 +02:00
user.js Keep cookies after shutdown 2023-08-17 18:59:15 +02:00

README.md

Firefox config

Configuration for Firefox focused on privacy and blazing-fast browsing, suitable for everyone, based on the Betterfox project.

You can find more Firefox and browsing tips here (CZ).

Installation

To install this configuration, follow these steps:

  1. Create a new Firefox profile (optional)

    • Open about:profiles and create a new profile.
  2. Open profile directory

    • You can find the profile's root directory on about:profiles page.
    • If you are using Flatpak, .mozilla directory will be located at ~/.var/app/org.mozilla.firefox/.
  3. Create user.js file

  4. Edit or create prefs.js file

Problems

Wayland mode

If you're using Wayland, Firefox runs as an X11 application by default. To enable Wayland support you should add the following environment value.

MOZ_ENABLE_WAYLAND=1

Touchpad scrolling

If you find the touchpad scrolling speed in Firefox too fast, it is possible to solve this problem by adding the following environment value.

MOZ_USE_XINPUT2=1

Sources