From 89e9803ed79d183796ceccbd0853bc352ea52e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sun, 16 Nov 2025 22:33:01 +0800 Subject: [PATCH] home/firefox: always open link in new window --- nix/homeModules/common/firefox.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/homeModules/common/firefox.nix b/nix/homeModules/common/firefox.nix index 157c0a94..556a528d 100644 --- a/nix/homeModules/common/firefox.nix +++ b/nix/homeModules/common/firefox.nix @@ -56,6 +56,10 @@ in "browser.ctrlTab.sortByRecentlyUsed" = false; "layout.css.devPixelsPerPx" = 1.1; + # open links in new window + # this works a lot better with xmonad where I have a bunch of windows + "browser.link.open_newwindow" = 2; + # Sponsored crap # Yes "browser.newtabpage.activity-stream.showSearch" = true;