about summary refs log tree commit diff stats
path: root/home-manager
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-26 08:16:27 +0200
committerSoispha <soispha@vhack.eu>2023-05-26 08:16:27 +0200
commitd5953602f804f86860ad891d0f952788c6177658 (patch)
tree020a1f4e70314becdce14564850fe9fb85e9c47b /home-manager
parentFix(hm/conf/firefox/prefs): Disable auto scroll (diff)
downloadnixos-config-d5953602f804f86860ad891d0f952788c6177658.tar.gz
nixos-config-d5953602f804f86860ad891d0f952788c6177658.zip
Fix(hm/conf/firefox/prefs): Open new tabs next to the current one
Diffstat (limited to 'home-manager')
-rw-r--r--home-manager/config/firefox/config/prefs/override.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/home-manager/config/firefox/config/prefs/override.js b/home-manager/config/firefox/config/prefs/override.js
index d70441ad..8dac89c1 100644
--- a/home-manager/config/firefox/config/prefs/override.js
+++ b/home-manager/config/firefox/config/prefs/override.js
@@ -72,6 +72,10 @@ user_pref("browser.urlbar.speculativeConnect.enabled", true); // 0805
 
 // Disable autoScrolling (clicking with the mouse wheel)
 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
 //user_pref("browser.urlbar.suggest.quicksuggest.nonsponsored", false); // 0807