From 9affd2771df3cb53a43395c481a7f8683ba72f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sat, 31 Jan 2026 21:38:09 +0100 Subject: [PATCH] home/zen-browser: disable window syncing --- nix/homeModules/common/zen-browser.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/homeModules/common/zen-browser.nix b/nix/homeModules/common/zen-browser.nix index a9cecff2..4a691331 100644 --- a/nix/homeModules/common/zen-browser.nix +++ b/nix/homeModules/common/zen-browser.nix @@ -32,6 +32,10 @@ in "zen.view.show-newtab-button-top" = false; "zen.view.use-single-toolbar" = false; "zen.tabs.ctrl-tab.ignore-pending-tabs" = true; # ctrl-tab ignore unloaded tabs + + # https://github.com/zen-browser/desktop/discussions/12025 + # This makes tabs sync across windows, which as annoying af + "zen.window-sync.enabled" = false; }; } ];