From ae75bd748316d60c721937e252cf203a603b73da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Thu, 29 Jan 2026 15:43:35 +0100 Subject: [PATCH] home/{zen-browser,firefox}: don't always use new windows It's actually annoying --- nix/homeModules/common/firefox.nix | 4 ---- nix/homeModules/common/zen-browser.nix | 4 ---- 2 files changed, 8 deletions(-) diff --git a/nix/homeModules/common/firefox.nix b/nix/homeModules/common/firefox.nix index 194206bf..357b05f0 100644 --- a/nix/homeModules/common/firefox.nix +++ b/nix/homeModules/common/firefox.nix @@ -54,10 +54,6 @@ 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; diff --git a/nix/homeModules/common/zen-browser.nix b/nix/homeModules/common/zen-browser.nix index 4b2e2fbc..e2975bba 100644 --- a/nix/homeModules/common/zen-browser.nix +++ b/nix/homeModules/common/zen-browser.nix @@ -71,10 +71,6 @@ in "browser.tabs.closeWindowWithLastTab" = true; "general.smoothScroll" = false; - # 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;