1
0
forked from extern/nix-config

Add preferences documentation to waterfox.md

This commit is contained in:
Donovan Glover 2017-11-11 23:44:58 -05:00
parent 7aeb814a73
commit e6c6625ed0
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -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.