mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-22 18:03:28 +02:00
firefox: don't display "close tab" button
This commit is contained in:
parent
328bc1db20
commit
513fe9207b
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ user_pref("browser.backspace_action", 0);
|
||||||
// Don't allow detaching a tab by pulling it
|
// Don't allow detaching a tab by pulling it
|
||||||
user_pref("browser.tabs.allowTabDetach", false);
|
user_pref("browser.tabs.allowTabDetach", false);
|
||||||
|
|
||||||
|
// Don't display a close button for tabs
|
||||||
|
user_pref("browser.tabs.tabClipWidth", 1000);
|
||||||
|
|
||||||
// Don't display fullscreen warning
|
// Don't display fullscreen warning
|
||||||
user_pref("full-screen-api.warning.timeout", 0);
|
user_pref("full-screen-api.warning.timeout", 0);
|
||||||
user_pref("full-screen-api.transition.timeout", 0);
|
user_pref("full-screen-api.transition.timeout", 0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue