mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
librewolf: Ensure warning on close when multiple tabs
Don't know when the default option for this was changed but it should help prevent accidentally closing the browser.
This commit is contained in:
parent
93fae8e1f9
commit
251581d3a8
@ -9,6 +9,7 @@
|
||||
|
||||
"browser.download.useDownloadDir" = true;
|
||||
"browser.tabs.insertAfterCurrent" = true;
|
||||
"browser.tabs.warnOnClose" = true;
|
||||
"browser.toolbars.bookmarks.visibility" = "never";
|
||||
"browser.quitShortcut.disabled" = true;
|
||||
"browser.urlbar.suggest.history" = false;
|
||||
|
Loading…
Reference in New Issue
Block a user