mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 10:35:13 -05:00
10 lines
300 B
Nix
10 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;
|
||
|
}
|