⚙️ config(browser): add new config options to the zen.js file

This commit is contained in:
Sergio Laín 2025-02-16 00:52:03 +01:00
parent 6a71a2dde5
commit 0cece31892
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438
2 changed files with 8 additions and 0 deletions

View file

@ -61,6 +61,10 @@
display: none !important;
}
.titlebar-buttonbox-container {
display: none;
}
#zen-current-workspace-indicator {
display: none !important;
}

View file

@ -66,3 +66,7 @@ user_pref("mousewheel.default.delta_multiplier_y", 250); // 250-400; adjust this
// Custom Options
user_pref("ui.key.menuAccessKey", 0);
user_pref("toolkit.tabbox.switchByScrolling", true);
user_pref("browser.tabs.hoverPreview.enabled", true);
user_pref("zen.tabs.newtab-on-middle-click", true);
user_pref("zen.urlbar.replace-newtab", false);
user_pref("zen.workspaces.open-new-tab-if-last-unpinned-tab-is-closed", false);