about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/firefox
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/soispha/config/firefox')
-rw-r--r--home-manager/soispha/config/firefox/config/prefs/default.nix2
-rw-r--r--home-manager/soispha/config/firefox/config/prefs/override.js20
2 files changed, 11 insertions, 11 deletions
diff --git a/home-manager/soispha/config/firefox/config/prefs/default.nix b/home-manager/soispha/config/firefox/config/prefs/default.nix
index e0e72cf9..91bb65f0 100644
--- a/home-manager/soispha/config/firefox/config/prefs/default.nix
+++ b/home-manager/soispha/config/firefox/config/prefs/default.nix
@@ -17,7 +17,7 @@ in
     cat << EOF >> $out/user.js;
     // My bookmarks
     user_pref("browser.bookmarks.file", "${toString (firefoxBookmarksFile bookmarks)}");
-    user_pref("browser.startup.homepage", "file:///home/dt/home.html"); // 0103 // TODO add this from a flake
+    user_pref("browser.startup.homepage", "file:///home/dt/home.html"); // 0103 // TODO: add this from a flake
     user_pref("browser.download.dir", "${config.home.homeDirectory}/media/downloads");
     EOF
   ''
diff --git a/home-manager/soispha/config/firefox/config/prefs/override.js b/home-manager/soispha/config/firefox/config/prefs/override.js
index 7e63e532..9c9b70e5 100644
--- a/home-manager/soispha/config/firefox/config/prefs/override.js
+++ b/home-manager/soispha/config/firefox/config/prefs/override.js
@@ -33,10 +33,10 @@ user_pref("browser.startup.page", 3); // 0102
 
 user_pref("browser.newtabpage.enabled", true); // 0104
 
-// disable the geoservice, TODO don't know if I want this
+// disable the geoservice, TODO: don't know if I want this
 //user_pref("geo.provider.use_geoclue", false); // 0202
 
-// TODO is this something useful?
+// TODO: is this something useful?
 user_pref("datareporting.policy.dataSubmissionEnabled", true); // 0330
 
 // enable health reports
@@ -51,7 +51,7 @@ user_pref("app.shield.optoutstudies.enabled", true); // 0340
 // I guess that browsing protection is useful
 user_pref("browser.safebrowsing.downloads.remote.enabled", true); // 0403
 
-// TODO does this (-> set to false) make things slower?
+// TODO: does this (-> set to false) make things slower?
 user_pref("network.prefetch-next", true); // 0601
 
 // enable ipv6 because the rest of the system uses it
@@ -64,7 +64,7 @@ user_pref("network.trr.mode", 3); // 0710
 user_pref("keyword.enabled", true); // 801
 user_pref("browser.search.suggest.enabled", true); // 0804
 user_pref("browser.urlbar.suggest.searches", true); // 0804
-// TODO no idea what this does, enabling it
+// TODO: no idea what this does, enabling it
 user_pref("browser.urlbar.showSearchTerms.enabled", true); // 9004
 
 // prefetch urls, if the get auto completed
@@ -76,10 +76,10 @@ user_pref("general.autoScroll", false);
 // add new tabs after the current one
 user_pref("browser.tabs.insertAfterCurrent", true);
 
-// TODO I might want to enable this
+// TODO: I might want to enable this
 //user_pref("browser.urlbar.suggest.quicksuggest.nonsponsored", false); // 0807
 
-// TODO enable form and search history?
+// TODO: enable form and search history?
 //user_pref("browser.formfill.enable", false); // 0810
 
 // disk cache should help performance
@@ -143,7 +143,7 @@ user_pref("privacy.donottrackheader.enabled", true); // 7015
 // Allow my custom css
 user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
 
-// might improve performance TODO
+// might improve performance TODO:
 user_pref("gfx.webrender.all", true);
 
 // disable updates (pretty pointless with nix)
@@ -154,12 +154,12 @@ user_pref("app.update.channel", "default");
 user_pref("browser.ctrlTab.recentlyUsedOrder", false);
 
 user_pref("browser.download.useDownloadDir", true);
-user_pref("browser.download.folderList", 2); # TODO
+user_pref("browser.download.folderList", 2); # TODO:
 user_pref("browser.download.viewableInternally.typeWasRegistered.svg", true);
 user_pref("browser.download.viewableInternally.typeWasRegistered.webp", true);
 user_pref("browser.download.viewableInternally.typeWasRegistered.xml", true);
 
-// TODO what does this do?
+// TODO: what does this do?
 user_pref("browser.search.widget.inNavBar", true);
 
 user_pref("browser.shell.checkDefaultBrowser", false);
@@ -178,7 +178,7 @@ user_pref("extensions.extensions.activeThemeID", "firefox-alpenglow@mozilla.org"
 // highlight all entries when searching
 user_pref("findbar.highlightAll", true);
 
-// TODO
+// TODO:
 //user_pref("extensions.webcompat.enable_picture_in_picture_overrides", true);
 //user_pref("extensions.webcompat.enable_shims", true);
 //user_pref("extensions.webcompat.perform_injections", true);