mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
9 lines
359 B
JavaScript
9 lines
359 B
JavaScript
// This file belongs to Firefox `default/pref` directory.
|
|
// E.g. /usr/lib64/firefox/defaults/pref/ or ~/.local/firefox/defaults/pref/
|
|
|
|
// However the file below belongs to ../../ e.g. /usr/lib/64/firefox/ or
|
|
// ~/.local/firefox/
|
|
pref("general.config.filename", "librewolf.overrides.cfg");
|
|
pref("general.config.obscure_value", 0);
|
|
// vim: filetype=javascript
|