home/zen-browser: disable window syncing

This commit is contained in:
Primrose 2026-01-31 21:38:09 +01:00
parent 895173460a
commit 9affd2771d
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -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;
};
}
];