aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/firefox/user.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/firefox/user.js b/.config/firefox/user.js
index 8a702c4..08d62a7 100644
--- a/.config/firefox/user.js
+++ b/.config/firefox/user.js
@@ -19,6 +19,9 @@ user_pref("general.smoothScroll", false);
user_pref("media.autoplay.default", 5); // Disable autoplay for both sound and video
user_pref("privacy.donottrackheader.enabled", true);
+// Unload browser tabs when low on memory
+user_pref("browser.tabs.unloadOnLowMemory", true);
+
// Make Firefox load userChrome.css again...
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);