408 current 2025-06-01 22:49:40 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-06-01 22:49:58 -04:00
parent 3d1e279a29
commit 92e2025bf2
6 changed files with 26 additions and 237 deletions

View File

@@ -126,10 +126,31 @@ in {
### This is all aesthetic stuff
# for tiling window managers expands to the size of the window
# QUIC
"network.http.http3.enabled" = true;
"network.http.http3.grease-advertised-version" = true;
"browser.sessionstore.restore_on_demand" = true;
"dom.ipc.processPriorityManager.idleUsesNanoStackshot" = true;
"dom.ipc.processPriorityManager.backgroundUsesEcoQoS" = false;
# disable prefetch
"network.prefetch-next" = false;
"network.dns.disablePrefetch" = true;
"network.dns.disablePrefetchFromHTTPS" = true;
"network.predictor.enable-prefetch" = false;
"network.http.speculative-parallel-limit" = 0;
# dir lol
"browser.download.dir" = "/home/synchronous/downloads";
"browser.download.folderList" = 2;
"browser.cache.memory.enable" = false;
"browser.tabs.unloadOnLowMemory" = true;
"accessibility.force_disabled" = 1;
"gfx.webrender.all" = true;
"gfx.webrender.software" = false;
# https://support.mozilla.org/en-US/questions/1253302
"mousewheel.with_control.action" = 1;