mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
9 lines
300 B
Nix
9 lines
300 B
Nix
{
|
|
# DISK AVOIDANCE
|
|
"browser.cache.disk.enable" = false;
|
|
"browser.privatebrowsing.forceMediaMemoryCache" = true;
|
|
"media.memory_cache_max_size" = 65536;
|
|
"browser.sessionstore.privacy_level" = 2;
|
|
"toolkit.winRegisterApplicationRestart" = false;
|
|
"browser.shell.shortcutFavicons" = false;
|
|
}
|