More tweaks

This commit is contained in:
mustard 2025-03-04 02:07:58 +01:00
parent 58349465d0
commit 22f2bd2d2c
4 changed files with 28 additions and 24 deletions

View file

@ -1,3 +1,6 @@
pref("privacy.resistFingerprinting.letterboxing", false); // disable letterboxing because it's very annoying
pref("javascript.options.wasm", true); // enable WASM because element and proton need it
pref("general.smoothScroll", true); // why do I have this set?
pref("general.smoothScroll", true); // why do I have this set?
pref("browser.bookmarks.restore_default_bookmarks", false); // remove Fedora's default bookmarks because I never use them
pref("browser.bookmarks.file", '');