mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:29:40 +00:00
home/zen-browser: disable window syncing
This commit is contained in:
parent
895173460a
commit
9affd2771d
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ in
|
||||||
"zen.view.show-newtab-button-top" = false;
|
"zen.view.show-newtab-button-top" = false;
|
||||||
"zen.view.use-single-toolbar" = false;
|
"zen.view.use-single-toolbar" = false;
|
||||||
"zen.tabs.ctrl-tab.ignore-pending-tabs" = true; # ctrl-tab ignore unloaded tabs
|
"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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue