mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 16:22:56 +00:00
prevent ctrl-q from quitting firefox
will this affect macos?
This commit is contained in:
parent
c74d003a57
commit
52edaa7d9c
@ -33,6 +33,7 @@
|
||||
settings = {
|
||||
"browser.aboutConfig.showWarning" = false;
|
||||
"browser.warnOnQuit" = false;
|
||||
"browser.quitShortcut.disabled" = true;
|
||||
"browser.theme.dark-private-windows" = true;
|
||||
"browser.toolbars.bookmarks.visibility" = "newtab";
|
||||
"browser.startup.page" = 3; # Restore previous session
|
||||
|
Loading…
Reference in New Issue
Block a user