From 334c7e0cac450d0323f6eb41c5dfbaf03f081326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Fri, 23 Dec 2022 16:30:53 +0100 Subject: [PATCH] feat: librewolf always restore tabs --- hosts/neodymium/configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/neodymium/configuration.nix b/hosts/neodymium/configuration.nix index cc9e5aa..c9e4882 100644 --- a/hosts/neodymium/configuration.nix +++ b/hosts/neodymium/configuration.nix @@ -237,9 +237,10 @@ in { "privacy.clearOnShutdown.history" = false; "privacy.clearOnShutdown.downloads" = false; "privacy.donottrackheader.enabled" = true; - "browser.ctrlTab.sortByRecentlyUsed" = true; + "browser.ctrlTab.sortByRecentlyUsed" = true; # change Ctrl+Tab behaviour "general.autoScroll" = true; - "pdfjs.viewerCssTheme" = 2; + "pdfjs.viewerCssTheme" = 2; # dark theme for pdf viewer + "browser.startup.page" = 3; # always restore tabs }; };