⚙️ config(browser): add new config options to the zen.js file
This commit is contained in:
parent
6a71a2dde5
commit
0cece31892
2 changed files with 8 additions and 0 deletions
|
@ -61,6 +61,10 @@
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
.titlebar-buttonbox-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#zen-current-workspace-indicator {
|
||||
display: none !important;
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue