Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
Update user.js
Browse files Browse the repository at this point in the history
Added always display closetab option
  • Loading branch information
edo0 authored Jun 15, 2021
1 parent 936c405 commit 694b109
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ user_pref("browser.compactmode.show", true);
// about:home Search Bar
// user_pref("browser.newtabpage.activity-stream.improvesearch.handoffToAwesomebar", false);

// Enable closetab to always be displayed
user_pref("browser.tabs.tabMinWidth", 0);
user_pref("browser.tabs.tabClipWidth", 0);

// ** Useful Options ***********************************************************
// Integrated calculator at urlbar
user_pref("browser.urlbar.suggest.calculator", true);

0 comments on commit 694b109

Please sign in to comment.