about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-29 12:30:40 +0100
committerSoispha <soispha@vhack.eu>2023-10-29 12:30:40 +0100
commit5bdc12e5e3cb22ea0c9b0c268d1f5b8d014339bb (patch)
treee681275d8d44a84e656b1f9b7ce43fb8e0244395
parentchore(version): v1.16.0 (diff)
downloadnixos-config-5bdc12e5e3cb22ea0c9b0c268d1f5b8d014339bb.tar.gz
nixos-config-5bdc12e5e3cb22ea0c9b0c268d1f5b8d014339bb.zip
fix(hm/conf/firefox/profs): Put all downloads into the download dir
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/firefox/config/prefs/override.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/hm/soispha/conf/firefox/config/prefs/override.js b/hm/soispha/conf/firefox/config/prefs/override.js
index 653230e2..bf874b33 100644
--- a/hm/soispha/conf/firefox/config/prefs/override.js
+++ b/hm/soispha/conf/firefox/config/prefs/override.js
@@ -186,6 +186,8 @@ user_pref("devtools,toolsidebar-width.inspector", 700);
 user_pref("browser.translations.automaticallyPopup", true);
 user_pref("browser.translations.neverTranslateLanguages", "de");
 
+// Put all downloads into the downloads directory
+user_pref("browser.download.start_downloads_in_tmp_dir", false);
 
 // TODO:
 //user_pref("extensions.webcompat.enable_picture_in_picture_overrides", true);