mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-21 03:14:50 +02:00
firefox: don't close on last tab
This commit is contained in:
parent
c00aa09add
commit
6bdf38b507
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@ user_pref("browser.aboutConfig.showWarning", false);
|
||||||
user_pref("browser.disableResetPrompt", true);
|
user_pref("browser.disableResetPrompt", true);
|
||||||
user_pref("browser.tabs.firefox-view", false);
|
user_pref("browser.tabs.firefox-view", false);
|
||||||
|
|
||||||
|
//Don't close on last tab
|
||||||
|
user_pref("browser.tabs.closeWindowWithLastTab", false);
|
||||||
|
|
||||||
// Disable safebrowsing malware (sends hash of each file to Google)
|
// Disable safebrowsing malware (sends hash of each file to Google)
|
||||||
user_pref("browser.safebrowsing.malware.enabled", false);
|
user_pref("browser.safebrowsing.malware.enabled", false);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue