From e6c6625ed00e38adb3f718b7dd1d5051b9962d65 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 11 Nov 2017 23:44:58 -0500 Subject: [PATCH] Add preferences documentation to waterfox.md --- help/waterfox.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/help/waterfox.md b/help/waterfox.md index a21a8c95..62c44d52 100644 --- a/help/waterfox.md +++ b/help/waterfox.md @@ -5,3 +5,9 @@ - Take a screenshot of the entire page `screenshot --fullpage` - Take a screenshot of the visible window only `screenshot` - Restart the browser `restart` + +## Preferences + +Waterfox has 2 preference files: `prefs.js` and `user.js`. + +`prefs.js` are the settings defined by the browser and `user.js` is an optional file that you can create. `user.js` takes precedence over `prefs.js` and will replace the settings in `prefs.js` when Waterfox is started.