From: James Bunton Date: Mon, 19 Nov 2018 06:59:52 +0000 (+1100) Subject: README: firefox notes X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/34eb1c7b6561220f350967ea21589ef6b8b62271 README: firefox notes --- diff --git a/README.md b/README.md index 675dc0f..a6a27b4 100644 --- a/README.md +++ b/README.md @@ -124,3 +124,8 @@ Enabling xinput2 gives pixel scrolling and fixes [bug #1276449](https://bugzilla # ~/.xprofile export MOZ_USE_XINPUT2=1 ``` + +Don't prompt to reset profile if unused for a little while: +``` +browser.disableResetPrompt = false +```